aspnetcore/NuGet.Config

10 lines
337 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="AspNetVNext" value="\\projectk-tc\drops\latest-packages\release" />
<add key="xunit" value="https://www.myget.org/F/xunit/api/v2" />
<add key="NuGet" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration>