Revert "Add Roslyn feed to work around missing RTM packages."

This reverts commit 28292086ec.
This commit is contained in:
N. Taylor Mullen 2017-07-21 16:08:47 -07:00
parent b0fa49b9e1
commit 271de04d15
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
<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>