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-11-06 22:57:55 +00:00
|
|
|
<add key="TransportFeed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
|
2017-01-06 22:48:27 +00:00
|
|
|
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
|
2017-11-08 18:33:40 +00:00
|
|
|
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
2017-07-12 16:04:56 +00:00
|
|
|
<add key="aspnet" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
|
|
|
|
<!-- Replace the aspnet entry above with this one when we switch to no-timestamp packages -->
|
|
|
|
<!-- add key="aspnet" value="https://dotnet.myget.org/F/aspnet-2-0-0-rtm/api/v3/index.json" / -->
|
2017-04-03 20:24:55 +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" />
|
2017-05-19 22:59:44 +00:00
|
|
|
<add key="symreader-native" value="https://dotnet.myget.org/f/symreader-native/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-03-16 18:44:45 +00:00
|
|
|
<add key="vstest" value="https://dotnet.myget.org/F/vstest/api/v3/index.json" />
|
2017-05-02 02:38:02 +00:00
|
|
|
<add key="web-api" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
|
2017-06-20 17:24:28 +00:00
|
|
|
<add key="symreader-native" value="https://dotnet.myget.org/F/symreader-native/api/v3/index.json" />
|
2015-10-06 04:22:26 +00:00
|
|
|
</packageSources>
|
|
|
|
</configuration>
|