update other projects to net10.0

This commit is contained in:
Matt Parker
2025-11-25 18:38:11 +10:00
parent c95579c6f9
commit 163c8832f0
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAspireHost>true</IsAspireHost>