Update NuGet feed from v2 => v3.
This commit is contained in:
parent
70c7d45a13
commit
cfb4a125bc
|
|
@ -2,7 +2,7 @@
|
|||
<configuration>
|
||||
<packageSources>
|
||||
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetlitedev/api/v2" />
|
||||
<add key="NuGet" value="https://nuget.org/api/v2/" />
|
||||
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
||||
<add key="Roslyn" value="https://www.myget.org/F/roslyn-nightly/" />
|
||||
<add key="DotNet" value="https://www.myget.org/F/dotnet-corefx/" />
|
||||
</packageSources>
|
||||
|
|
|
|||
Loading…
Reference in New Issue