summaryrefslogtreecommitdiff
path: root/src/NuGet.Config
diff options
context:
space:
mode:
Diffstat (limited to 'src/NuGet.Config')
-rw-r--r--src/NuGet.Config3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/NuGet.Config b/src/NuGet.Config
index e821d142f2..0054b4914e 100644
--- a/src/NuGet.Config
+++ b/src/NuGet.Config
@@ -4,9 +4,8 @@
<add key="enabled" value="True" />
</packageRestore>
<packageSources>
- <add key="myget.org dotnet-buildtools" value="https://www.myget.org/F/dotnet-buildtools/" />
+ <add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
- <add key="myget.org dotnet-core" value="https://www.myget.org/F/dotnet-core/" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />