From 147050639880e285a773f12cfa900420c4b3ec84 Mon Sep 17 00:00:00 2001 From: BDisp Date: Mon, 30 Mar 2020 19:23:29 +0100 Subject: [PATCH] Changed the NStack.Core and System.ValueTuple versions. --- Designer/Designer.csproj | 9 +++++---- Designer/packages.config | 4 ++++ Example/Example.csproj | 11 +++++++---- Example/packages.config | 4 ++++ Terminal.Gui/packages.config | 2 +- 5 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 Designer/packages.config create mode 100644 Example/packages.config diff --git a/Designer/Designer.csproj b/Designer/Designer.csproj index 4c6685719..579f878b7 100644 --- a/Designer/Designer.csproj +++ b/Designer/Designer.csproj @@ -30,10 +30,10 @@ x86 - - - ..\packages\NStack.Core.0.14.0\lib\netstandard1.5\NStack.dll + + ..\packages\NStack.Core.0.14.0\lib\netstandard2.0\NStack.dll + @@ -46,6 +46,7 @@ + - + \ No newline at end of file diff --git a/Designer/packages.config b/Designer/packages.config new file mode 100644 index 000000000..e9a5eef4e --- /dev/null +++ b/Designer/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Example/Example.csproj b/Example/Example.csproj index 535a45544..8884d185e 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -30,10 +30,10 @@ x86 - - - ..\packages\NStack.Core.0.14.0\lib\netstandard1.5\NStack.dll + + ..\packages\NStack.Core.0.14.0\lib\netstandard2.0\NStack.dll + @@ -44,5 +44,8 @@ Terminal.Gui + + + - + \ No newline at end of file diff --git a/Example/packages.config b/Example/packages.config new file mode 100644 index 000000000..e9a5eef4e --- /dev/null +++ b/Example/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Terminal.Gui/packages.config b/Terminal.Gui/packages.config index bae7eca60..0a9c14b51 100644 --- a/Terminal.Gui/packages.config +++ b/Terminal.Gui/packages.config @@ -1,5 +1,5 @@ - +