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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-12-21 02:09:13 +0300
committerMike Krüger <mikkrg@microsoft.com>2018-01-09 12:32:56 +0300
commit6eae909d734a7f755a4130fb31c67d676125e39f (patch)
treea630c125db3901ad7c8b8c1f07e02eec8580044e /NuGet.config
parentb3affd1cebd6bb9fc6a1e802e4ba1ab40ba0de31 (diff)
Switch CodingConventions to use the NuGet
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/NuGet.config b/NuGet.config
index 0b3254cffe..4b66169671 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="utf-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="Roslyn VSForMac" value="https://dotnet.myget.org/F/roslyn-for-vs-for-mac/api/v3/index.json" />
<add key="VS Editor" value="https://vside.myget.org/F/vssdk/api/v3/index.json" />
<add key="VS Editor Impl" value="https://vside.myget.org/F/vs-impl/api/v3/index.json" />
- <add key="VS Editor Legacy" value="https://www.myget.org/F/vs-editor" />
+ <add key="VS Editor Legacy" value="https://www.myget.org/F/vs-editor/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/" />