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 e34242c commit 00f8f8aCopy full SHA for 00f8f8a
src/Tasks/sdk-tasks/OverrideAndCreateBundledNETCoreAppPackageVersion.cs
@@ -128,6 +128,10 @@ void CheckAndReplaceAttribute(XAttribute attribute)
128
.Elements(ns + "KnownILCompilerPack").First().Attribute("ILCompilerPackVersion"));
129
CheckAndReplaceAttribute(itemGroup
130
.Elements(ns + "KnownILLinkPack").First().Attribute("ILLinkPackVersion"));
131
+ CheckAndReplaceAttribute(itemGroup
132
+ .Elements(ns + "KnownWebAssemblySdkPack").First().Attribute("WebAssemblySdkPackVersion"));
133
134
+ .Elements(ns + "KnownAspNetCorePack").First().Attribute("AspNetCorePackVersion"));
135
136
137
.Elements(ns + "KnownRuntimePack").First().Attribute("LatestRuntimeFrameworkVersion"));
0 commit comments