2017-06-07 13:16:24 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
2019-09-24 08:53:40 +00:00
|
|
|
<clear />
|
2017-08-21 15:34:15 +00:00
|
|
|
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
|
2019-04-12 14:10:50 +00:00
|
|
|
<add key="dotnet-core-myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
2017-08-21 15:34:15 +00:00
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2019-04-12 14:10:50 +00:00
|
|
|
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
|
|
|
|
<add key="dotnet-coreclr" value="https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" />
|
2017-06-07 13:16:24 +00:00
|
|
|
</packageSources>
|
|
|
|
</configuration>
|