Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit f8b38c9

Browse files
committed
Preparing for 1.1.3 patch
1 parent 7ad7355 commit f8b38c9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

NuGet.config

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
6-
<add key="AspNetCore" value="https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
7-
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnet-1-1-1-patch/api/v3/index.json" />
5+
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
6+
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnet-1-1-2-may2017-patch/api/v3/index.json" />
7+
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
88
</packageSources>
9-
</configuration>
9+
</configuration>
10+

0 commit comments

Comments
 (0)