From fc4d3c47978027437ba89b9e647051549fe00ec5 Mon Sep 17 00:00:00 2001 From: Imre Kincses Date: Sun, 20 Aug 2023 05:49:39 +0200 Subject: [PATCH] Added support of new .NET versions (6.0, 7.0) --- INIFile.csproj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/INIFile.csproj b/INIFile.csproj index 065891f..48d0eed 100644 --- a/INIFile.csproj +++ b/INIFile.csproj @@ -1,13 +1,13 @@  - netstandard2.0;net45;net48;net5.0 + netstandard2.0;net45;net48;net5.0;net6.0;net7.0 Iminetsoft.Settings Iminetsoft.INIFile Iminetsoft © 2023 - 2.2.* - 2.2.0.4 - 2.2.0.4 + 2.3.* + 2.3.0.0 + 2.3.0.0 Iminetsoft Iminetsoft Simple INI handler class for C# @@ -16,11 +16,12 @@ False https://github.com/iminet/INIFile https://github.com/iminet/INIFile - Added package icon and other metadata + Added support of new .NET versions (6.0, 7.0) iminetsoft.png Readme.md MIT ini settings csharp + false