2016-11-02 18:49:45 +00: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="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2017-05-05 02:22:05 +00:00
|
|
|
<add key="DotnetCore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
2018-02-05 23:52:17 +00:00
|
|
|
<add key="aspnetcore-release" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
|
2018-02-05 18:38:53 +00:00
|
|
|
<add key="dotnet-corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
|
2016-11-02 18:49:45 +00:00
|
|
|
</packageSources>
|
2018-01-06 03:27:24 +00:00
|
|
|
</configuration>
|