From 4fa45202bab3c861ed148e8b8967a2a31b53ad4a Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 12 Jan 2023 23:07:31 +0000 Subject: [PATCH] Merged PR 696638: Update core60 version [Component Governance] update dotnetcore60 version Related work items: #2020962, #2020963, #2020964 --- cg/nuget/cgmanifest.json | 32 ++++++++++++++++---------------- config.nuget.dotnetcore.dsc | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/cg/nuget/cgmanifest.json b/cg/nuget/cgmanifest.json index 84c5c52b5..fc6621b65 100644 --- a/cg/nuget/cgmanifest.json +++ b/cg/nuget/cgmanifest.json @@ -1437,7 +1437,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.NETCore.App.Host.linux-x64", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -1455,7 +1455,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.NETCore.App.Host.osx-x64", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -1473,7 +1473,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.NETCore.App.Host.win-x64", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -1500,7 +1500,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.NETCore.App.Ref", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -1518,7 +1518,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.NETCore.App.Runtime.linux-x64", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -1536,7 +1536,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.NETCore.App.Runtime.osx-x64", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -1554,7 +1554,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.NETCore.App.Runtime.win-x64", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -1590,7 +1590,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.NETCore.DotNetAppHost", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -1617,7 +1617,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.NETCore.DotNetHostPolicy", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -1644,7 +1644,7 @@ "Type": "NuGet", "NuGet": { "Name": "Microsoft.NETCore.DotNetHostResolver", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -4380,7 +4380,7 @@ "Type": "NuGet", "NuGet": { "Name": "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -4398,7 +4398,7 @@ "Type": "NuGet", "NuGet": { "Name": "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -4506,7 +4506,7 @@ "Type": "NuGet", "NuGet": { "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -4524,7 +4524,7 @@ "Type": "NuGet", "NuGet": { "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -4596,7 +4596,7 @@ "Type": "NuGet", "NuGet": { "Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy", - "Version": "6.0.11" + "Version": "6.0.13" } } }, @@ -4614,7 +4614,7 @@ "Type": "NuGet", "NuGet": { "Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver", - "Version": "6.0.11" + "Version": "6.0.13" } } }, diff --git a/config.nuget.dotnetcore.dsc b/config.nuget.dotnetcore.dsc index f33200612..6f0111361 100644 --- a/config.nuget.dotnetcore.dsc +++ b/config.nuget.dotnetcore.dsc @@ -3,7 +3,7 @@ const coreVersion = "3.1.0"; const core50Version = "5.0.0"; -const core60Version = "6.0.11"; +const core60Version = "6.0.13"; // Microsoft.NETCore.Platforms has become out of sync with the rest of the packages that use core60Version // Updaters of this file might want to try to restore the sync: for now we are using the latest version we can const core60VersionPrev = "6.0.7";