15 lines
696 B
XML
15 lines
696 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
|
<clear />
|
|
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
|
|
<!--<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="aspnet-ci-dev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />-->
|
|
<!-- from mvc music store
|
|
<clear />
|
|
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
|
|
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
|
-->
|
|
</packageSources>
|
|
</configuration> |