aspnetcore/samples/1.0.0-rc1-update1/NuGet.Config

8 lines
266 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGetorg" value="https://nuget.org/api/v2/" />
<add key="AspNetRC1" value="https://www.myget.org/F/aspnetrc1/api/v2/" />
</packageSources>
</configuration>