Add Roslyn feed to work around missing RTM packages.

This commit is contained in:
N. Taylor Mullen 2017-07-12 16:55:49 -07:00
parent f8d43853f8
commit 28292086ec
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<packageSources>
<clear />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
<add key="Roslyn" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>