forked from restsharp/RestSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGet.Config
14 lines (14 loc) · 890 Bytes
/
NuGet.Config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="EFReleaseFeed" value="https://www.myget.org/F/aspnetrelease/api/v3/index.json" />
<add key="asp.net myget for rc2" value="https://www.myget.org/F/aspnetrc2/api/v3/index.json" protocolVersion="3" />
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="dotnet-cli" value="http://myget.org/F/dotnet-cli/api/v3/index.json" />
<add key="nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" />
<add key="aspnetcidev" value="http://myget.org/F/aspnetcidev/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
</packageSources>
</configuration>