2016-05-16 22:30:53 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-10-06 04:22:26 +00:00
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
2016-02-03 18:45:44 +00:00
|
|
|
<clear />
|
2017-01-06 22:48:27 +00:00
|
|
|
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
|
2016-06-14 08:17:12 +00:00
|
|
|
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
2017-03-28 00:46:32 +00:00
|
|
|
<add key="aspnetcore-dev" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
|
2017-04-03 19:02:59 +00:00
|
|
|
<add key="websdkfeed" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
|
2016-02-03 18:45:44 +00:00
|
|
|
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
|
2017-01-05 22:56:11 +00:00
|
|
|
<add key="roslyn" value="https://dotnet.myget.org/f/roslyn/api/v3/index.json" />
|
2016-08-09 21:26:14 +00:00
|
|
|
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
|
2015-10-06 04:22:26 +00:00
|
|
|
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2017-02-22 19:15:43 +00:00
|
|
|
<add key="AspNetCurrent" value="https://dotnet.myget.org/F/aspnet-feb2017-patch/api/v3/index.json" />
|
2017-03-16 18:44:45 +00:00
|
|
|
<add key="vstest" value="https://dotnet.myget.org/F/vstest/api/v3/index.json" />
|
2015-10-06 04:22:26 +00:00
|
|
|
</packageSources>
|
|
|
|
</configuration>
|