From bf99d724db5fcc7816bf88ca3ddf55ba3f58ff64 Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Wed, 25 May 2022 19:25:19 -0700 Subject: [PATCH] Makes it easier to use a local NStack.Core package (#1740) * Removed defunct packages.config * Enable local nstack --- Terminal.Gui/Terminal.Gui.csproj | 13 +++++++++---- Terminal.Gui/packages.config | 4 ---- Terminal.sln | 5 +++-- 3 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 Terminal.Gui/packages.config diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 331691a5a..d9a767b8e 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -6,10 +6,16 @@ TRACE;DEBUG_IDISPOSABLE + + + + + + - + @@ -30,9 +36,8 @@ - true - - + true + v diff --git a/Terminal.Gui/packages.config b/Terminal.Gui/packages.config deleted file mode 100644 index 72fb5fb96..000000000 --- a/Terminal.Gui/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/Terminal.sln b/Terminal.sln index a65a46dfc..3a1e7e5a4 100644 --- a/Terminal.sln +++ b/Terminal.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30114.128 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32427.441 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{B0A602CD-E176-449D-8663-64238D54F857}" EndProject @@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md CONTRIBUTING.md = CONTRIBUTING.md + .github\workflows\publish.yml = .github\workflows\publish.yml README.md = README.md EndProjectSection EndProject