2016-11-18 23:12:46 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-01-28 14:27:26 +04:00
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
2016-11-18 23:12:46 +03:00
|
|
|
<clear />
|
|
|
|
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
|
|
|
|
<add key="AspNetCore" value="https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
|
2017-02-16 02:02:59 +03:00
|
|
|
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnet-1-1-1-patch/api/v3/index.json" />
|
2014-01-28 14:27:26 +04:00
|
|
|
</packageSources>
|
2017-02-16 02:02:59 +03:00
|
|
|
</configuration>
|