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:
parent
8e52f698e0
commit
dd16bf5645
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue