Merged PR 685284: Remove unused versions of aspnetcore

Remove unused versions of aspnetcore
This commit is contained in:
Michael Pysson 2022-10-26 03:58:29 +00:00
Родитель d303721eb3
Коммит cfcf8732f3
2 изменённых файлов: 0 добавлений и 88 удалений

Просмотреть файл

@ -586,24 +586,6 @@
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Ref",
"Version": "3.1.10"
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Ref",
"Version": "5.0.0"
}
}
},
{
"Component": {
"Type": "NuGet",
@ -613,24 +595,6 @@
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
"Version": "3.1.29"
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
"Version": "5.0.17"
}
}
},
{
"Component": {
"Type": "NuGet",
@ -640,24 +604,6 @@
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.osx-x64",
"Version": "3.1.29"
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.osx-x64",
"Version": "5.0.17"
}
}
},
{
"Component": {
"Type": "NuGet",
@ -667,24 +613,6 @@
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"Version": "3.1.29"
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"Version": "5.0.17"
}
}
},
{
"Component": {
"Type": "NuGet",

Просмотреть файл

@ -5,12 +5,6 @@ const aspVersion = "2.2.0";
// Versions used by framework reference packages for reference assemblies
// and runtime assemblies respectively
const aspRefVersion = "3.1.10";
const aspRuntimeVersion = "3.1.29";
const asp5RefVersion = "5.0.0";
const asp5RuntimeVersion = "5.0.17";
const asp6RefVersion = "6.0.10";
const asp6RuntimeVersion = "6.0.10";
@ -32,16 +26,6 @@ export const pkgs = [
{ id: "Microsoft.Net.Http", version: "2.2.29" },
{ id: "Microsoft.AspNetCore.App.Ref", version: aspRefVersion },
{ id: "Microsoft.AspNetCore.App.Runtime.win-x64", version: aspRuntimeVersion },
{ id: "Microsoft.AspNetCore.App.Runtime.linux-x64", version: aspRuntimeVersion },
{ id: "Microsoft.AspNetCore.App.Runtime.osx-x64", version: aspRuntimeVersion },
{ id: "Microsoft.AspNetCore.App.Ref", version: asp5RefVersion, alias: "Microsoft.AspNetCore.App.Ref.5.0.0" },
{ id: "Microsoft.AspNetCore.App.Runtime.win-x64", version: asp5RuntimeVersion, alias: "Microsoft.AspNetCore.App.Runtime.win-x64.5.0.0" },
{ id: "Microsoft.AspNetCore.App.Runtime.linux-x64", version: asp5RuntimeVersion, alias: "Microsoft.AspNetCore.App.Runtime.linux-x64.5.0.0" },
{ id: "Microsoft.AspNetCore.App.Runtime.osx-x64", version: asp5RuntimeVersion, alias: "Microsoft.AspNetCore.App.Runtime.osx-x64.5.0.0" },
{ id: "Microsoft.AspNetCore.App.Ref", version: asp6RefVersion, alias: "Microsoft.AspNetCore.App.Ref.6.0.0" },
{ id: "Microsoft.AspNetCore.App.Runtime.win-x64", version: asp6RuntimeVersion, alias: "Microsoft.AspNetCore.App.Runtime.win-x64.6.0.0" },
{ id: "Microsoft.AspNetCore.App.Runtime.linux-x64", version: asp6RuntimeVersion, alias: "Microsoft.AspNetCore.App.Runtime.linux-x64.6.0.0" },