From edfa3efaa3c96a1dba2f689fbe42e7f20300d480 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 29 Apr 2021 15:22:14 +0100 Subject: [PATCH] Migrate to .NET Core 3.1 and .NET 5.0 --- .../Claunia.Encoding.Tests.csproj | 50 ++----------------- Claunia.Encoding.Tests/packages.config | 4 -- Claunia.Encoding/Claunia.Encoding.csproj | 12 ++--- 3 files changed, 10 insertions(+), 56 deletions(-) delete mode 100644 Claunia.Encoding.Tests/packages.config diff --git a/Claunia.Encoding.Tests/Claunia.Encoding.Tests.csproj b/Claunia.Encoding.Tests/Claunia.Encoding.Tests.csproj index 8813f15..51c8b34 100644 --- a/Claunia.Encoding.Tests/Claunia.Encoding.Tests.csproj +++ b/Claunia.Encoding.Tests/Claunia.Encoding.Tests.csproj @@ -1,47 +1,12 @@ - - - + - Debug - AnyCPU {94C931C5-EA3A-4AB2-80F5-1BE083C237C3} Library Claunia.Encoding.Tests Claunia.Encoding.Tests - v4.0 - 1.7 + netcoreapp3.1;net5.0 + 1.8 - - true - full - false - bin\Debug - DEBUG; - prompt - 4 - false - - - true - bin\Release - prompt - 4 - false - - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - True - - - - - - - - - - {85DA90BC-9F49-4579-B4D1-4FF2D5925D7F} @@ -49,13 +14,6 @@ - + - - - - This project references NuGet package(s) that are missing on this computer. Enable 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/Claunia.Encoding.Tests/packages.config b/Claunia.Encoding.Tests/packages.config deleted file mode 100644 index 2f6bc1e..0000000 --- a/Claunia.Encoding.Tests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Claunia.Encoding/Claunia.Encoding.csproj b/Claunia.Encoding/Claunia.Encoding.csproj index 40f5e8f..4a0fc72 100644 --- a/Claunia.Encoding/Claunia.Encoding.csproj +++ b/Claunia.Encoding/Claunia.Encoding.csproj @@ -8,18 +8,18 @@ Claunia.Encoding true Claunia.Encoding - 1.7 + 1.8 Natalia Portillo Natalia Portillo https://github.com/claunia/Claunia.Encoding Library to provide codepage conversion to and from archaic and old computer systems and Unicode. Claunia.Encoding Library to provide codepage conversion to and from archaic and old computer systems and Unicode. - https://raw.githubusercontent.com/claunia/Claunia.Encoding/master/LICENSE.MIT - 1.7 - Support .NET Core and .NET Framework 4.0. - net40;netstandard2.0 - 1.7 + MIT + 1.8 + Support .NET Core 3.1 and .NET 5.0. + netcoreapp3.1;net5.0 + 1.8 Claunia.com © 2016-2021 Natalia Portillo https://www.github.com/claunia/Claunia.Encoding