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-11-05 21:23:17 +0300
committerGitHub <noreply@github.com>2017-11-05 21:23:17 +0300
commit010c5c8f06f505141af6b2a2669203eae889f91b (patch)
treeb39ffcb29feb04eb503f894789fcfca4009ba725 /NuGet.config
parent41488323abd095f91941211209a7de2e61eeb6f1 (diff)
Update Roslyn to 2.6.0 (#3228)
* Update Roslyn to 2.6.0. * Add Microsoft.VisualStudio.Language.IntelliSense Roslyn EditorFeatures.dll currently depends on it.
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 508137c47a..0b3254cffe 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,6 +4,7 @@
<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" />