diff --git a/NuGet.config b/NuGet.config index 6cf88adaad..63f65750ce 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,6 +10,10 @@ + + + + @@ -35,6 +39,8 @@ + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de89557057..22cdf0326b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - ca64f84e41c3fd04bdeb199f59cc5ffb02929261 + ce2f5419193c53e197d1ca96c4cbee22e44369cc https://github.com/dotnet/linker diff --git a/eng/Versions.props b/eng/Versions.props index 6916e4b796..93eed757ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 7.0.101-servicing.22578.9 + 7.0.102-servicing.22579.14 7.0.100-1.22471.3 6.0.0-beta.21212.6 6.0.0-rc.2.21468.3 diff --git a/global.json b/global.json index d498218123..f4bcbc2cf3 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "7.0.101-servicing.22578.9" + "version": "7.0.102-servicing.22579.14" } }