aspnetcore/samples/1.0.0-beta5/NuGet.Config

7 lines
188 B
XML

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