From 9887ef7162c320b1bfb1b0b7887425ef0740c452 Mon Sep 17 00:00:00 2001 From: Ben Thompson Date: Thu, 25 Jul 2024 07:02:45 +1000 Subject: [PATCH] Added .NET 8 support --- Library/Library.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Library.csproj b/Library/Library.csproj index 1082aa8..d71e083 100644 --- a/Library/Library.csproj +++ b/Library/Library.csproj @@ -7,7 +7,7 @@ InvertedTomato.Crc net7.0;netstandard1.0;netstandard2.0;netstandard2.1;net8.0 12 - 1.4.0 + 1.4.1 InvertedTomato.Crc Inverted Tomato A flexible CRC implementation supporting most major algorithms. Also includes ability to support custom implementations. @@ -21,8 +21,8 @@ true InvertedTomato.Crc InvertedTomato.Crc - 1.4.0 - 1.4.0 + 1.4.1 + 1.4.1 true $(NoWarn);1591