Skip to content

Commit 3037342

Browse files
authored
Add KnownWebAssemblySdkPack to GenerateBundledVersions (#15951)
1 parent d4bef28 commit 3037342

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/redist/targets/GenerateBundledVersions.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,10 @@ Copyright (c) .NET Foundation. All rights reserved.
405405
<KnownILLinkPack Include="Microsoft.NET.ILLink.Tasks"
406406
TargetFramework="net8.0"
407407
ILLinkPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)" />
408+
409+
<KnownWebAssemblySdkPack Include="Microsoft.NET.Sdk.WebAssembly.Pack"
410+
TargetFramework="net8.0"
411+
WebAssemblySdkPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)" />
408412
409413
<KnownRuntimePack Include="Microsoft.NETCore.App"
410414
TargetFramework="net8.0"

0 commit comments

Comments
 (0)