From b38a717f5eb830d04301f5066a2e523d6a4ac7e4 Mon Sep 17 00:00:00 2001 From: Tadija Bagaric Date: Mon, 16 Dec 2024 20:59:57 +0100 Subject: [PATCH] chore: add net9 support System.Text.Encoding.CodePages v9 stopped supporting dotnet 7 and below, this change uses v9 when dotnet 8 or above are used to build the project. Replaced depricated PackageLicenseUrl tag with PackageLicenseFile which references the existing License file --- NetCore8583.Test/NetCore8583.Test.csproj | 14 +++++++++++--- NetCore8583/NetCore8583.csproj | 18 +++++++++++++++--- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/NetCore8583.Test/NetCore8583.Test.csproj b/NetCore8583.Test/NetCore8583.Test.csproj index c5a961d..0163cce 100644 --- a/NetCore8583.Test/NetCore8583.Test.csproj +++ b/NetCore8583.Test/NetCore8583.Test.csproj @@ -4,7 +4,7 @@ false - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 1.1.0 @@ -16,8 +16,7 @@ true - - + @@ -27,6 +26,15 @@ + + + + + + + diff --git a/NetCore8583/NetCore8583.csproj b/NetCore8583/NetCore8583.csproj index 7890c65..d6a985c 100644 --- a/NetCore8583/NetCore8583.csproj +++ b/NetCore8583/NetCore8583.csproj @@ -5,18 +5,25 @@ NetCore8583 is a library that helps parse/read and generate ISO 8583 messages. It does not handle sending or reading them over a network connection, but it does parse the data you have read and can generate the data you need to write over a network connection. true true - https://opensource.org/licenses/MIT https://github.com/Tochemey/NetCore8583 https://github.com/Tochemey/NetCore8583 README.md Iso8583 NetCore Banking C# Tochemey 2018-2024 2.2.1 - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 2.2.0 NetCore8583 + + LICENSE + + + + + + true true @@ -29,7 +36,12 @@ - + + + +