We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a89a5a commit cbbda4aCopy full SHA for cbbda4a
1 file changed
src/NuGet.Config
@@ -2,6 +2,6 @@
2
<configuration>
3
<packageSources>
4
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5
- <add key="local" value="..\nuget" />
+ <add key="local" value="../nuget" />
6
</packageSources>
7
</configuration>
0 commit comments