363c0ccfd1
Use the V3 api, and use the clear directive instead of `activePackageSources`.
10 lines
381 B
XML
10 lines
381 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
|
|
<add key="aspnetvnext" value="https://www.myget.org/F/aspnetvnext/api/v3/index.json" />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|