Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2020-04-07 20:01:44 +0300
committerGitHub <noreply@github.com>2020-04-07 20:01:44 +0300
commit39cde70bf08ee8035f5fc3c291903b225c7edccd (patch)
treea8865bac0a5196059c583ff3814766db51a95048 /NuGet.config
parent8aa97da569e33767465b889ac3d5507e3b53b815 (diff)
Feed cleanup (#34044)
* Feed cleanup Move away from blob feeds. * Add dotnet5 feed * Update version of System.CommandLine.Experimental * Revert to released versions in SuperILC and R2RDump * Don't remove public feeds for tests
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config5
1 files changed, 2 insertions, 3 deletions
diff --git a/NuGet.config b/NuGet.config
index b656e4d9162..13929bbcd87 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -12,11 +12,10 @@
-->
<!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
- <add key="dotnet-tools" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet-tools/nuget/v3/index.json" />
+ <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
+ <add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
- <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
- <add key="dotnet-coreclr" value="https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" />
</packageSources>
<disabledPackageSources>
<clear />