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

Commit 4467ab4

Browse files
committed
Update NuGet.config to use the aspnetcirelease feed instead of aspnetcidev
1 parent 24fdabc commit 4467ab4

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
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="AspNetCiDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
4+
<add key="AspNetCiRelease" value="https://www.myget.org/F/aspnetcirelease/api/v3/index.json" />
55
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
66
<add key="aspnet-contrib" value="https://www.myget.org/F/aspnet-contrib/api/v3/index.json" />
77
</packageSources>

0 commit comments

Comments
 (0)