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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2021-02-10 19:27:18 +0300
committerGitHub <noreply@github.com>2021-02-10 19:27:18 +0300
commit6a03ec2141cf0c50779c1ea08e330a35698ed284 (patch)
treea628515ec7b4cefae829bacb908136b8566bc32c /NuGet.config
parent56388808f8633184607b9d8e8c1a2226f3f260dd (diff)
Fixup feeds (#30039)
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/NuGet.config b/NuGet.config
index 5d71f4ff9f..cb4fb6346b 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -9,7 +9,7 @@
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
<add key="dotnet-experimental" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" />
- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
+ <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<!-- Used for the SiteExtension 3.1 bits that are included in the 5.0 build -->
<add key="dotnet31-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
</packageSources>