From 833ae34b69c4067cfea719fd38f0132546e5cf41 Mon Sep 17 00:00:00 2001 From: Peter Occil Date: Tue, 7 Dec 2021 10:03:01 -0500 Subject: [PATCH] More compat --- CBOR20/CBOR20.csproj | 1 + CBOR40/CBOR40.csproj | 14 +------------- CBOR40/Properties/AssemblyInfo.cs | 6 +++--- CBOR40/packages.config | 7 ------- 4 files changed, 5 insertions(+), 23 deletions(-) diff --git a/CBOR20/CBOR20.csproj b/CBOR20/CBOR20.csproj index b5ae21f5..10fdbc19 100644 --- a/CBOR20/CBOR20.csproj +++ b/CBOR20/CBOR20.csproj @@ -26,6 +26,7 @@ true + true bin\Release NET20 prompt diff --git a/CBOR40/CBOR40.csproj b/CBOR40/CBOR40.csproj index 0af8cb87..6a6a60b5 100644 --- a/CBOR40/CBOR40.csproj +++ b/CBOR40/CBOR40.csproj @@ -1,10 +1,5 @@ - - - - - Debug AnyCPU @@ -30,6 +25,7 @@ true + true bin\Release NET40 prompt @@ -219,13 +215,5 @@ Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID = 322105.The missing file is {0}. - - - - - - - - diff --git a/CBOR40/Properties/AssemblyInfo.cs b/CBOR40/Properties/AssemblyInfo.cs index 1477b391..36faab56 100644 --- a/CBOR40/Properties/AssemblyInfo.cs +++ b/CBOR40/Properties/AssemblyInfo.cs @@ -1,8 +1,8 @@ using System.Reflection; [assembly: System.CLSCompliant(true)] -[assembly: AssemblyInformationalVersion("4.4.2")] -[assembly: AssemblyVersion("4.4.2.0")] -[assembly: AssemblyFileVersion("4.4.2.0")] +[assembly: AssemblyInformationalVersion("4.5")] +[assembly: AssemblyVersion("4.5.0")] +[assembly: AssemblyFileVersion("4.5.0")] [assembly: AssemblyProduct("CBOR (Concise Binary Object Representati" + "on)")] [assembly: AssemblyTitle("CBOR (Concise Binary Object Representati" + diff --git a/CBOR40/packages.config b/CBOR40/packages.config index edb44603..f97ef983 100644 --- a/CBOR40/packages.config +++ b/CBOR40/packages.config @@ -1,11 +1,4 @@ - - - - - - -