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:
authorChris Ross <Tratcher@Outlook.com>2020-10-23 23:19:03 +0300
committerGitHub <noreply@github.com>2020-10-23 23:19:03 +0300
commite20643109b87c03d204c0a57dc54e584492bdaa9 (patch)
treea29b3f61a58e012cc9016352498ae55b5b948258 /NuGet.config
parentc15cd69b65a5b999b7c7042c5408c7c3be2ac7e7 (diff)
parent2e0b12a6880cb6e995e28bd89c2f5d9459cd8a3b (diff)
Merge branch 'master' into merge/release/5.0-to-master
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/NuGet.config b/NuGet.config
index 9f80c1666c..3fb82a5526 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -10,6 +10,8 @@
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/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="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="roslyn" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="roslyn-tools" value="https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json" />