V 1.1.0 Update to .net9.0 standard

This commit is contained in:
2025-01-16 20:13:59 +01:00
parent 11c8a4f38f
commit 4ca3a8b464
3 changed files with 8 additions and 5 deletions

View File

@ -2,9 +2,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
<ItemGroup>