@@ -576,7 +576,7 @@ Copyright (c) .NET Foundation. All rights reserved.
576
576
<KnownILLinkPack Include="Microsoft.NET.ILLink.Tasks"
577
577
TargetFramework="net9.0"
578
578
ILLinkPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)" />
579
-
579
+
580
580
<KnownWebAssemblySdkPack Include="Microsoft.NET.Sdk.WebAssembly.Pack"
581
581
TargetFramework="net9.0"
582
582
WebAssemblySdkPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)" />
@@ -1183,13 +1183,13 @@ Copyright (c) .NET Foundation. All rights reserved.
1183
1183
<WindowsSdkSupportedTargetPlatformVersion Include="10.0.19041.0" WindowsSdkPackageVersion="$(MicrosoftWindowsSDKNETRef10_0_19041PackageVersion)" MinimumNETVersion="6.0" />
1184
1184
<WindowsSdkSupportedTargetPlatformVersion Include="10.0.18362.0" WindowsSdkPackageVersion="$(MicrosoftWindowsSDKNETRef10_0_18362PackageVersion)" MinimumNETVersion="6.0" />
1185
1185
<WindowsSdkSupportedTargetPlatformVersion Include="10.0.17763.0" WindowsSdkPackageVersion="$(MicrosoftWindowsSDKNETRef10_0_17763PackageVersion)" MinimumNETVersion="6.0" />
1186
-
1186
+
1187
1187
<WindowsSdkSupportedTargetPlatformVersion Include="10.0.22000.0" WindowsSdkPackageVersion="10.0.22000.26" MinimumNETVersion="5.0" />
1188
1188
<WindowsSdkSupportedTargetPlatformVersion Include="10.0.20348.0" WindowsSdkPackageVersion="10.0.20348.26" MinimumNETVersion="5.0" />
1189
1189
<WindowsSdkSupportedTargetPlatformVersion Include="10.0.19041.0" WindowsSdkPackageVersion="10.0.19041.26" MinimumNETVersion="5.0" />
1190
1190
<WindowsSdkSupportedTargetPlatformVersion Include="10.0.18362.0" WindowsSdkPackageVersion="10.0.18362.26" MinimumNETVersion="5.0" />
1191
1191
<WindowsSdkSupportedTargetPlatformVersion Include="10.0.17763.0" WindowsSdkPackageVersion="10.0.17763.26" MinimumNETVersion="5.0" />
1192
-
1192
+
1193
1193
<WindowsSdkSupportedTargetPlatformVersion Include="8.0" />
1194
1194
<WindowsSdkSupportedTargetPlatformVersion Include="7.0" />
1195
1195
@@ -1295,14 +1295,6 @@ Copyright (c) .NET Foundation. All rights reserved.
1295
1295
<Target Name =" LayoutRuntimeGraph"
1296
1296
DependsOnTargets =" GenerateBundledVersionsProps" >
1297
1297
1298
- <Copy SourceFiles =" $(NuGetPackageRoot)/microsoft.netcore.platforms/$(_NETCorePlatformsPackageVersion)/runtime.json"
1299
- DestinationFiles =" $(SdkOutputDirectory)RuntimeIdentifierGraph.json"
1300
- SkipUnchangedFiles =" true" />
1301
-
1302
- <Copy SourceFiles =" $(NuGetPackageRoot)/microsoft.netcore.platforms/$(_NETCorePlatformsPackageVersion)/PortableRuntimeIdentifierGraph.json"
1303
- DestinationFolder =" $(SdkOutputDirectory)"
1304
- SkipUnchangedFiles =" true" />
1305
-
1306
1298
<GenerateSdkRuntimeIdentifierChain
1307
1299
RuntimeIdentifier =" $(PortableProductMonikerRid)"
1308
1300
RuntimeIdentifierGraphPath =" $(SdkOutputDirectory)PortableRuntimeIdentifierGraph.json"
0 commit comments