diff --git a/NuGet.config b/NuGet.config index 15a462069522..4f07fb78ee69 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,6 +3,8 @@ + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1775fd0762c1..b3b39e96db54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -15,9 +15,9 @@ https://github.com/dotnet/arcade 4d80b9cfa53e309c8f685abff3512f60c3d8a3d1 - - https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup - a1388f194c30cb21b36b75982962cb5e35954e4e + + https://github.com/dotnet/core-setup + 916b5cba268e1e1e803243004f4276cf40b2dda8 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index 30c9ab52cb7f..38e822be4115 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,7 +15,7 @@ 15.4.8 15.4.8 2.1.0-preview2-26306-03 - 3.1.1 + 3.1.2 2.0.1-servicing-26011-01 9.0.1 5.4.0-rtm.6292 diff --git a/global.json b/global.json index 5e953dab6f2b..54dc9edcf818 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.1.101-servicing-014832", + "dotnet": "3.1.102-servicing-014859", "vs-opt": { "version": "15.9" }