File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.756" />
5
5
</ItemGroup >
6
6
<ItemGroup >
7
- <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.0-prerelease.240801. 1" PrivateAssets =" all" />
7
+ <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.1" PrivateAssets =" all" />
8
8
</ItemGroup >
9
9
</Project >
Original file line number Diff line number Diff line change 33
33
34
34
<RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
35
35
<RuntimeIdentifiers Condition =" 8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))" >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
36
- <WindowsSdkPackageVersion >10.0.22621.37-preview </WindowsSdkPackageVersion >
36
+ <WindowsSdkPackageVersion >10.0.22621.39 </WindowsSdkPackageVersion >
37
37
</PropertyGroup >
38
38
39
39
<PropertyGroup Condition =" '$(IsUno)' == 'true'" >
You can’t perform that action at this time.
0 commit comments