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:
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 600a375c7e..e6d5e4fce7 100644
--- a/NuGet.Config
+++ b/NuGet.Config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
- <add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
+ <add key="AspNetVNext" value="https://www.myget.org/F/aspnetmaster/api/v2" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration> \ No newline at end of file