Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit efb58e2

Browse files
committed
Update NuGet.config to reference the azureadwebstacknightly feed and remove aspnetcore-dev
1 parent 0a41926 commit efb58e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<configuration>
33
<packageSources>
44
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
5-
<add key="aspnetcore" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
65
<add key="aspnetkatana" value="https://dotnet.myget.org/F/katana-dev/api/v3/index.json" />
76
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
7+
<add key="azureadwebstacknightly" value="https://www.myget.org/F/azureadwebstacknightly/api/v3/index.json" />
88
</packageSources>
99
</configuration>

0 commit comments

Comments
 (0)