Switch to use the existing 80 property for the web assembly sdk pack

This commit is contained in:
Marc Paine 2023-10-10 17:09:01 -07:00
parent 64788194c2
commit 98a2962781

View file

@ -106,8 +106,6 @@
<_NET70RuntimePackVersion>7.0.$(VersionFeature70)</_NET70RuntimePackVersion>
<_NET70TargetingPackVersion>7.0.$(VersionFeature70)</_NET70TargetingPackVersion>
<!-- TODO: Once .NET 8.0.X has released, update these version numbers to 8.0.$(VersionFeature80) -->
<_NET70WebAssemblyPackVersion>8.0.0-preview.7.23375.9</_NET70WebAssemblyPackVersion>
<_WindowsDesktop70RuntimePackVersion>7.0.$(VersionFeature70)</_WindowsDesktop70RuntimePackVersion>
<_WindowsDesktop70TargetingPackVersion>7.0.$(VersionFeature70)</_WindowsDesktop70TargetingPackVersion>
<_AspNet70RuntimePackVersion>7.0.$(VersionFeature70)</_AspNet70RuntimePackVersion>
@ -736,7 +734,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<KnownWebAssemblySdkPack Include="Microsoft.NET.Sdk.WebAssembly.Pack"
TargetFramework="net7.0"
WebAssemblySdkPackVersion="$(_NET70WebAssemblyPackVersion)" />
WebAssemblySdkPackVersion="$(_NET80WebAssemblyPackVersion)" />
<KnownRuntimePack Include="Microsoft.NETCore.App"
TargetFramework="net7.0"
@ -830,7 +828,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<KnownWebAssemblySdkPack Include="Microsoft.NET.Sdk.WebAssembly.Pack"
TargetFramework="net6.0"
WebAssemblySdkPackVersion="$(_NET70WebAssemblyPackVersion)" />
WebAssemblySdkPackVersion="$(_NET80WebAssemblyPackVersion)" />
<KnownRuntimePack Include="Microsoft.NETCore.App"
TargetFramework="net6.0"