File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed 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
+
37
+ <WindowsSdkPackageVersion Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >10.0.22621.41</WindowsSdkPackageVersion >
38
+ <WindowsSdkPackageVersion Condition =" 8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))" >10.0.22621.38</WindowsSdkPackageVersion >
37
39
</PropertyGroup >
38
40
39
41
<PropertyGroup Condition =" '$(IsUno)' == 'true'" >
You can’t perform that action at this time.
0 commit comments