2015-11-18 10:29:45 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
|
|
|
<clear />
|
2016-05-13 02:19:48 +08:00
|
|
|
<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" />
|
|
|
|
-->
|
2015-11-18 10:29:45 +08:00
|
|
|
</packageSources>
|
2016-05-13 02:19:48 +08:00
|
|
|
</configuration>
|