Browse Source

Fix the path folder separator with unit style.

BDisp 10 months ago
parent
commit
2c01b33eb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nuget.config

+ 1 - 1
nuget.config

@@ -9,7 +9,7 @@
     <!--To inherit the global NuGet package sources remove the <clear/> line below -->
     <clear />
     <add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
-    <add key="LocalPackages" value="Terminal.Gui\bin\Release" />
+    <add key="LocalPackages" value="Terminal.Gui/bin/Release" />
   </packageSources>
   <packageSourceMapping>
     <packageSource key="nuget">