fix NuGet.Config
This commit is contained in:
parent
c9f53cd924
commit
f26b20b7ee
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvolatile/api/v2" />
|
||||
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
|
||||
<add key="NuGet" value="https://nuget.org/api/v2/" />
|
||||
<add key="Roslyn" value="https://www.myget.org/F/roslyn-nightly/" />
|
||||
<add key="DotNet" value="https://www.myget.org/F/dotnet-corefx/" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue