AspNetCore.Docs/aspnetcore/fundamentals/routing/sample/NuGet.config

8 lines
273 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://dotnet.myget.org/F/aspnet1/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>