diff options
Diffstat (limited to 'src/NuGet.Config')
-rw-r--r-- | src/NuGet.Config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NuGet.Config b/src/NuGet.Config index 4c82b8f2f7..e821d142f2 100644 --- a/src/NuGet.Config +++ b/src/NuGet.Config @@ -6,6 +6,7 @@ <packageSources> <add key="myget.org dotnet-buildtools" value="https://www.myget.org/F/dotnet-buildtools/" /> <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)" /> |