Add KnownWebAssemblySdkPack to GenerateBundledVersions pointing to a package Microsoft.NET.Sdk.WebAssembly.Pack for .NET 6 and 7.
This commit is contained in:
parent
108bf13291
commit
bac666b858
1 changed files with 9 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
||||||
<_WindowsDesktop60TargetingPackVersion>6.0.$(VersionFeature60)</_WindowsDesktop60TargetingPackVersion>
|
<_WindowsDesktop60TargetingPackVersion>6.0.$(VersionFeature60)</_WindowsDesktop60TargetingPackVersion>
|
||||||
<_AspNet60RuntimePackVersion>6.0.$(VersionFeature60)</_AspNet60RuntimePackVersion>
|
<_AspNet60RuntimePackVersion>6.0.$(VersionFeature60)</_AspNet60RuntimePackVersion>
|
||||||
<_AspNet60TargetingPackVersion>6.0.$(VersionFeature60)</_AspNet60TargetingPackVersion>
|
<_AspNet60TargetingPackVersion>6.0.$(VersionFeature60)</_AspNet60TargetingPackVersion>
|
||||||
|
<_NET70WebAssemblyPackVersion>$(MicrosoftNETCoreAppRuntimePackageVersion)</_NET70WebAssemblyPackVersion>
|
||||||
|
|
||||||
<_NET50RuntimePackVersion>5.0.$(VersionFeature50)</_NET50RuntimePackVersion>
|
<_NET50RuntimePackVersion>5.0.$(VersionFeature50)</_NET50RuntimePackVersion>
|
||||||
<_NET50TargetingPackVersion>5.0.0</_NET50TargetingPackVersion>
|
<_NET50TargetingPackVersion>5.0.0</_NET50TargetingPackVersion>
|
||||||
|
@ -546,6 +547,10 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
TargetFramework="net7.0"
|
TargetFramework="net7.0"
|
||||||
ILLinkPackVersion="$(_NET70ILLinkPackVersion)" />
|
ILLinkPackVersion="$(_NET70ILLinkPackVersion)" />
|
||||||
|
|
||||||
|
<KnownWebAssemblySdkPack Include="Microsoft.NET.Sdk.WebAssembly.Pack"
|
||||||
|
TargetFramework="net7.0"
|
||||||
|
WebAssemblySdkPackVersion="$(_NET70WebAssemblyPackVersion)" />
|
||||||
|
|
||||||
<KnownRuntimePack Include="Microsoft.NETCore.App"
|
<KnownRuntimePack Include="Microsoft.NETCore.App"
|
||||||
TargetFramework="net7.0"
|
TargetFramework="net7.0"
|
||||||
RuntimeFrameworkName="Microsoft.NETCore.App"
|
RuntimeFrameworkName="Microsoft.NETCore.App"
|
||||||
|
@ -675,6 +680,10 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
TargetFramework="net6.0"
|
TargetFramework="net6.0"
|
||||||
ILLinkPackVersion="$(_NET70ILLinkPackVersion)" />
|
ILLinkPackVersion="$(_NET70ILLinkPackVersion)" />
|
||||||
|
|
||||||
|
<KnownWebAssemblySdkPack Include="Microsoft.NET.Sdk.WebAssembly.Pack"
|
||||||
|
TargetFramework="net7.0"
|
||||||
|
WebAssemblySdkPackVersion="$(_NET70WebAssemblyPackVersion)" />
|
||||||
|
|
||||||
<KnownRuntimePack Include="Microsoft.NETCore.App"
|
<KnownRuntimePack Include="Microsoft.NETCore.App"
|
||||||
TargetFramework="net6.0"
|
TargetFramework="net6.0"
|
||||||
RuntimeFrameworkName="Microsoft.NETCore.App"
|
RuntimeFrameworkName="Microsoft.NETCore.App"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue