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:
authorKirill Osenkov <KirillOsenkov@users.noreply.github.com>2017-10-26 23:36:18 +0300
committerGitHub <noreply@github.com>2017-10-26 23:36:18 +0300
commitaac1f183ea3bc1af8201c425e281fb1d138160a2 (patch)
tree5efd11572648ff1ddcfbdfc8a686ab867c0c3dc8 /NuGet.config
parent9b3307ac89fbe6a2639e0c41f969cc78a62ce0a7 (diff)
Update VS Editor to 15.6.150-preview. (#3269)
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 d0833dbd24..508137c47a 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -5,6 +5,7 @@
<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="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="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
<add key="VSTest" value="https://dotnet.myget.org/F/vstest/" />