Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit c2f4ffb

Browse files
committed
Remove local package source from NugetConfig
1 parent 39c22a3 commit c2f4ffb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

NuGet.Config

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<packageSources>
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
6-
<add key="local" value="%HOME%/packages" />
76
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
87
<add key="aspnetcore-ci-dev" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
98
</packageSources>

0 commit comments

Comments
 (0)