Use .NET 8 version of WebAssembly Sdk Pack when targeting .NET 6/7 (#17484)
This commit is contained in:
commit
c189dd57c4
1 changed files with 2 additions and 3 deletions
|
@ -106,7 +106,6 @@
|
|||
|
||||
<_NET70RuntimePackVersion>7.0.$(VersionFeature70)</_NET70RuntimePackVersion>
|
||||
<_NET70TargetingPackVersion>7.0.$(VersionFeature70)</_NET70TargetingPackVersion>
|
||||
<_NET70WebAssemblyPackVersion>7.0.$(VersionFeature70)</_NET70WebAssemblyPackVersion>
|
||||
<_WindowsDesktop70RuntimePackVersion>7.0.$(VersionFeature70)</_WindowsDesktop70RuntimePackVersion>
|
||||
<_WindowsDesktop70TargetingPackVersion>7.0.$(VersionFeature70)</_WindowsDesktop70TargetingPackVersion>
|
||||
<_AspNet70RuntimePackVersion>7.0.$(VersionFeature70)</_AspNet70RuntimePackVersion>
|
||||
|
@ -735,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"
|
||||
|
@ -829,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"
|
||||
|
|
Loading…
Reference in a new issue