2016-09-14 08:35:34 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
2017-07-16 12:05:01 +01:00
|
|
|
<config>
|
|
|
|
<add key="repositoryPath" value="packages" />
|
|
|
|
</config>
|
2016-09-14 08:35:34 -07:00
|
|
|
<packageSources>
|
2018-11-30 17:43:22 +01:00
|
|
|
<add key="Preview-aspnetcore-tools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json"/>
|
|
|
|
<add key="Preview-aspnetcore-dev" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json"/>
|
|
|
|
<add key="Preview-aspnetcore" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json"/>
|
2017-03-05 19:55:46 -08:00
|
|
|
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnet-feb2017-patch/api/v3/index.json" />
|
2016-09-14 08:35:34 -07:00
|
|
|
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
|
|
|
</packageSources>
|
|
|
|
</configuration>
|