Skip to content

Commit

Permalink
Merged PR 685985: Revert netcore 6 to 6.0.2
Browse files Browse the repository at this point in the history
Revert netcore 6 to 6.0.2
  • Loading branch information
smera committed Oct 28, 2022
1 parent cb6a0b8 commit 6de1287
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions cg/nuget/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.App.Host.linux-x64",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -1626,7 +1626,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.App.Host.osx-x64",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -1635,7 +1635,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.App.Host.win-x64",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -1653,7 +1653,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.App.Ref",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -1662,7 +1662,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.App.Runtime.linux-x64",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -1671,7 +1671,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.App.Runtime.osx-x64",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -1680,7 +1680,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.App.Runtime.win-x64",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -1707,7 +1707,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.DotNetAppHost",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -1725,7 +1725,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.DotNetHostPolicy",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -1743,7 +1743,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.DotNetHostResolver",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -1761,7 +1761,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.NETCore.Platforms",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand Down Expand Up @@ -4398,7 +4398,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -4407,7 +4407,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand Down Expand Up @@ -4506,7 +4506,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -4515,7 +4515,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand Down Expand Up @@ -4578,7 +4578,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand All @@ -4587,7 +4587,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver",
"Version": "6.0.6"
"Version": "6.0.2"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion config.nuget.dotnetcore.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

const coreVersion = "3.1.0";
const core60Version = "6.0.6";
const core60Version = "6.0.2";

const pkgVersion = "4.3.0";
const pkgVersionNext = "4.7.0";
Expand Down

0 comments on commit 6de1287

Please sign in to comment.