From 10bd29ba120eb38a5dba69b727fa5d9d8d4fe0a8 Mon Sep 17 00:00:00 2001 From: BDisp Date: Mon, 30 Mar 2020 20:08:37 +0100 Subject: [PATCH] Remove System.ValueTuple and added NETStandard.Library to Example project. --- Example/Example.csproj | 12 +++++++++--- Example/packages.config | 3 ++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Example/Example.csproj b/Example/Example.csproj index 277b38756..cba07381c 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -8,6 +8,8 @@ Terminal Terminal v4.6.1 + + true @@ -34,9 +36,6 @@ ..\packages\NStack.Core.0.14.0\lib\netstandard2.0\NStack.dll - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - @@ -51,4 +50,11 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/Example/packages.config b/Example/packages.config index 1a843af98..ec2b514db 100644 --- a/Example/packages.config +++ b/Example/packages.config @@ -1,5 +1,6 @@  + + - \ No newline at end of file