diff --git a/cg/nuget/cgmanifest.json b/cg/nuget/cgmanifest.json index 31620efb1..e50fa456b 100644 --- a/cg/nuget/cgmanifest.json +++ b/cg/nuget/cgmanifest.json @@ -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", diff --git a/config.nuget.aspNetCore.dsc b/config.nuget.aspNetCore.dsc index e6b59060e..7d3dba79a 100644 --- a/config.nuget.aspNetCore.dsc +++ b/config.nuget.aspNetCore.dsc @@ -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" },