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

Commit a9d5170

Browse files
committed
Replace the aspnetcore-ci-dev feed by aspnetcore-dev
1 parent 8745013 commit a9d5170

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,7 +2,7 @@
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-ci-dev/api/v3/index.json" />
5+
<add key="aspnetcore" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
66
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
77
</packageSources>
88
</configuration>

0 commit comments

Comments
 (0)