diff --git a/NuGet.config b/NuGet.config index 31860d3c1d0..faf919e420e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,6 +4,7 @@ + @@ -18,6 +19,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b78f009438..01fd4444978 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -41,9 +41,9 @@ https://github.com/dotnet/runtime 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 - - https://github.com/dotnet/runtime - 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 + + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime + 5edef4b20babd4c3ddac7460e536f86fd0f2d724 diff --git a/eng/Versions.props b/eng/Versions.props index ea9d12b49a5..fb23aff64e2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,7 +15,7 @@ 6.0.0 - 6.0.0 + 6.0.1 6.0.1 6.0.1 6.0.0 diff --git a/global.json b/global.json index 79a88d5c08f..c328eb63510 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.114", + "dotnet": "6.0.115", "runtimes": { "dotnet": [ "3.1.32", @@ -13,7 +13,7 @@ } }, "sdk": { - "version": "6.0.114", + "version": "6.0.115", "allowPrerelease": true, "rollForward": "latestMajor" },