Skip to content

Commit 7b65605

Browse files
author
John Luo
authored
Revert "Fix Baseline.xml version updates (#23545)"
This reverts commit dd16bf5.
1 parent dd16bf5 commit 7b65605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tools/BaselineGenerator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ private async Task<int> RunUpdateAsync(
177177
var versionAttribute = document.Root.Attribute("Version");
178178
hasChanged = await TryUpdateVersionAsync(
179179
versionAttribute,
180-
"Microsoft.AspNetCore.App.Runtime.win-x64",
180+
"Microsoft.AspNetCore.App",
181181
packageMetadataResource,
182182
logger,
183183
cacheContext);

0 commit comments

Comments
 (0)