AspNetCore.Docs/aspnet/fundamentals/dependency-injection/sample/NuGet.Config

15 lines
696 B
Plaintext
Raw Normal View History

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 />
<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>
</configuration>