Skip to content

Commit f3bec7d

Browse files
authored
Remove local NuGet package source (#111)
1 parent 5db3f2c commit f3bec7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

NuGet.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
44
<clear />
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6-
<add key="LocalPackages" value="/home/roku674/Anointed Automation LLC/LocalNuGetPackages" />
76
</packageSources>
87
<packageSourceMapping>
98
<packageSource key="nuget.org">
109
<package pattern="*" />
1110
</packageSource>
1211
</packageSourceMapping>
13-
</configuration>
12+
</configuration>

0 commit comments

Comments
 (0)