Skip to content

Commit 836a533

Browse files
committed
Cleanup NuGet.config
1 parent fb5891b commit 836a533

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NuGet.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
6-
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
5+
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
76
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
87
</packageSources>
98
</configuration>

0 commit comments

Comments
 (0)