We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db3f2c commit f3bec7dCopy full SHA for f3bec7d
NuGet.config
@@ -1,13 +1,12 @@
1
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
<packageSources>
4
<clear />
5
<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" />
7
</packageSources>
8
<packageSourceMapping>
9
<packageSource key="nuget.org">
10
<package pattern="*" />
11
</packageSource>
12
</packageSourceMapping>
13
-</configuration>
+</configuration>
0 commit comments