2017-08-22 21:15:49 +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 />
|
2017-04-11 22:57:18 +03:00
|
|
|
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
|
|
|
|
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
2017-08-22 21:15:49 +03:00
|
|
|
<add key="AspNetCorePatch" value="https://dotnet.myget.org/F/aspnet-1-1-3-september2017-patch/api/v3/index.json" />
|
2014-01-28 14:27:26 +04:00
|
|
|
</packageSources>
|
2017-08-22 21:15:49 +03:00
|
|
|
</configuration>
|