Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-09-06 21:13:43 +0300
committerGitHub <noreply@github.com>2018-09-06 21:13:43 +0300
commit7266419e9c5d77a47050f30c6c9dac695c1c7191 (patch)
tree52c2b63bf26716ebda34a72a4e913418fc3e62b5 /NuGet.config
parent0679531ee150ad79cf4f5e40f92d84d4b464f54f (diff)
Update unit test projects to netstandard2.0 (#6295)
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/NuGet.config b/NuGet.config
index 57feb087b..d93431bd1 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -2,6 +2,7 @@
<configuration>
<packageSources>
<clear/>
+ <add key="dotnetfeed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="myget.org dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="myget.org dotnet-corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />