We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6c150 commit 62b9ecaCopy full SHA for 62b9eca
Rx.NET/Integration/NuGet.Config
@@ -4,6 +4,6 @@
4
<add key="myget.org rxnet" value="https://dotnet.myget.org/F/rx/api/v3/index.json" />
5
<add key="Build Packages" value="https://www.myget.org/F/c037199d-41df-4567-b966-25ff65324688/api/v3/index.json" />
6
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
7
- <add key="Local Packages" value=".\LocalPackages" />
+ <add key="Local Packages" value="./LocalPackages" />
8
</packageSources>
9
</configuration>
0 commit comments