Skip to content

Commit 00f8f8a

Browse files
committed
Add a few new items to the known framework overload that weren't covered before.
1 parent e34242c commit 00f8f8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Tasks/sdk-tasks/OverrideAndCreateBundledNETCoreAppPackageVersion.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ void CheckAndReplaceAttribute(XAttribute attribute)
128128
.Elements(ns + "KnownILCompilerPack").First().Attribute("ILCompilerPackVersion"));
129129
CheckAndReplaceAttribute(itemGroup
130130
.Elements(ns + "KnownILLinkPack").First().Attribute("ILLinkPackVersion"));
131+
CheckAndReplaceAttribute(itemGroup
132+
.Elements(ns + "KnownWebAssemblySdkPack").First().Attribute("WebAssemblySdkPackVersion"));
133+
CheckAndReplaceAttribute(itemGroup
134+
.Elements(ns + "KnownAspNetCorePack").First().Attribute("AspNetCorePackVersion"));
131135

132136
CheckAndReplaceAttribute(itemGroup
133137
.Elements(ns + "KnownRuntimePack").First().Attribute("LatestRuntimeFrameworkVersion"));

0 commit comments

Comments
 (0)