Merged PR 696638: Update core60 version

[Component Governance] update dotnetcore60 version

Related work items: #2020962, #2020963, #2020964
This commit is contained in:
Qi Wang 2023-01-12 23:07:31 +00:00
Родитель c5bb09a905
Коммит 4fa45202ba
2 изменённых файлов: 17 добавлений и 17 удалений

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

@ -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"
}
}
},

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

@ -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";