Skip to content

Commit 2ec5b6e

Browse files
committed
Cleanup NuGet.config
1 parent 15521b4 commit 2ec5b6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<add key="automatic" value="False" />
55
</packageRestore>
66
<packageSources>
7-
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
7+
<clear />
8+
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
89
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
910
</packageSources>
1011
</configuration>

0 commit comments

Comments
 (0)