Fix Baseline.xml version updates (#23545)

Use https://www.nuget.org/packages/Microsoft.AspNetCore.App.Runtime.win-x64/5.0.0-preview.6.20312.15 instead.
This commit is contained in:
John Luo 2020-07-14 15:45:45 -07:00 committed by GitHub
parent 8e52f698e0
commit dd16bf5645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ namespace PackageBaselineGenerator
var versionAttribute = document.Root.Attribute("Version");
hasChanged = await TryUpdateVersionAsync(
versionAttribute,
"Microsoft.AspNetCore.App",
"Microsoft.AspNetCore.App.Runtime.win-x64",
packageMetadataResource,
logger,
cacheContext);