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

github.com/mono/monodevelop.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, 2 insertions, 0 deletions
diff --git a/NuGet.config b/NuGet.config
index dff8e67d3f..b5e8933c61 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -2,6 +2,8 @@
<configuration>
<packageSources>
<add key="Nuget Official" value ="https://www.nuget.org/api/v2/" />
+ <add key="Nuget Official" value ="https://api.nuget.org/v3/index.json" />
+ <add key="Roslyn Nightlies" value ="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
<add key="VSTest" value="https://dotnet.myget.org/F/vstest/" />
<add key="Templating" value="https://dotnet.myget.org/F/templating/" />