We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bef28 commit 3037342Copy full SHA for 3037342
src/redist/targets/GenerateBundledVersions.targets
@@ -405,6 +405,10 @@ Copyright (c) .NET Foundation. All rights reserved.
405
<KnownILLinkPack Include="Microsoft.NET.ILLink.Tasks"
406
TargetFramework="net8.0"
407
ILLinkPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)" />
408
+
409
+ <KnownWebAssemblySdkPack Include="Microsoft.NET.Sdk.WebAssembly.Pack"
410
+ TargetFramework="net8.0"
411
+ WebAssemblySdkPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)" />
412
413
<KnownRuntimePack Include="Microsoft.NETCore.App"
414
0 commit comments