Upgrade Voile and TestGame to .NET 8.

This commit is contained in:
2024-10-17 22:37:55 +02:00
parent ae0a68c332
commit fb1ffa26f6
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<PublishAot>true</PublishAot>