summaryrefslogtreecommitdiff
path: root/src/NuGet.Config
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2015-10-02 09:52:22 -0700
committerJose Perez Rodriguez <joperezr@microsoft.com>2015-10-13 12:58:42 -0700
commitcd49a9fada15fefeef6969d1f38fe6575c78533a (patch)
treeb21914ced9d910ca88710bb5546848841e7730b2 /src/NuGet.Config
parentfec8f02328c50dc3143aca629305f8c8a77a635f (diff)
downloadcoreclr-cd49a9fada15fefeef6969d1f38fe6575c78533a.tar.gz
coreclr-cd49a9fada15fefeef6969d1f38fe6575c78533a.tar.bz2
coreclr-cd49a9fada15fefeef6969d1f38fe6575c78533a.zip
Using DotNetCore version of BclRewriter in mscorlib build
Diffstat (limited to 'src/NuGet.Config')
-rw-r--r--src/NuGet.Config1
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)" />