Removed targeting for .Net 9

This commit is contained in:
Samuele Lorefice
2026-06-15 00:27:32 +02:00
parent 568ab548e5
commit f8f814dd16
2 changed files with 2 additions and 2 deletions

View File

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