Browse Source

removed local nstack ref

Charlie Kindel 2 years ago
parent
commit
079a2e03ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Terminal.Gui.csproj

+ 1 - 1
Terminal.Gui/Terminal.Gui.csproj

@@ -23,7 +23,7 @@
   <!-- Uncomment the RestoreSources element to have dotnet restore pull NStack from a local dir for testing -->
   <!-- Uncomment the RestoreSources element to have dotnet restore pull NStack from a local dir for testing -->
   <PropertyGroup>
   <PropertyGroup>
     <!-- See https://stackoverflow.com/a/44463578/297526 -->
     <!-- See https://stackoverflow.com/a/44463578/297526 -->
-    <RestoreSources>$(RestoreSources);..\..\NStack\NStack\bin\Debug;https://api.nuget.org/v3/index.json</RestoreSources>
+    <!--<RestoreSources>$(RestoreSources);..\..\NStack\NStack\bin\Debug;https://api.nuget.org/v3/index.json</RestoreSources>-->
   </PropertyGroup>
   </PropertyGroup>
   <!-- API Documentation -->
   <!-- API Documentation -->
   <ItemGroup>
   <ItemGroup>