From 1a0a7c5c52e361dfbfc75f993eb3c8354c14578e Mon Sep 17 00:00:00 2001 From: ducksoop Date: Wed, 21 Feb 2024 22:53:10 -0600 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20Microsoft.CSharp?= =?UTF-8?q?=20package=20for=20dynamic=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To resolve the CS0656 compiler error encountered when using dynamic features in target frameworks netstandard2.0, netstandard2.1, and net48. --- QuickbaseNet/QuickbaseNet.csproj | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/QuickbaseNet/QuickbaseNet.csproj b/QuickbaseNet/QuickbaseNet.csproj index 4015ec3..2c5fa64 100644 --- a/QuickbaseNet/QuickbaseNet.csproj +++ b/QuickbaseNet/QuickbaseNet.csproj @@ -1,15 +1,20 @@  - - netstandard2.0;netstandard2.1;net5.0;net6.0;net48 - True - QuickbaseNet.UnitTests - + + netstandard2.0;netstandard2.1;net5.0;net6.0;net48 + True + QuickbaseNet.UnitTests + + + + + + - - - - + + + + QuickbaseNet @@ -24,4 +29,4 @@ MIT - + \ No newline at end of file