Update to .NET 9.0.

This commit is contained in:
2025-08-07 22:00:31 +01:00
parent bdef14e782
commit c3671c38c0
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Claunia.PropertyList.Benchmark</RootNamespace>
</PropertyGroup>