Update to NET 9; update Readme

This commit is contained in:
Manu
2025-02-17 21:22:34 +01:00
parent b2cccb5176
commit 570e76aae8
4 changed files with 39 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Manu098vm</Authors>