2016-01-18 23:14:19 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
|
|
|
<clear />
|
2016-02-03 19:46:50 +00:00
|
|
|
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
2016-01-18 23:14:19 +00:00
|
|
|
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
|
|
</packageSources>
|
|
|
|
</configuration>
|