update to .net 10

This commit is contained in:
Matt Parker
2025-09-10 19:10:47 +10:00
parent a23df54d97
commit d5ff3037ed
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Exe</OutputType> <!-- Exe output type is required for obscure Microsoft.CodeAnalysis.Workspaces.MSBuild dll copying reasons -->
<Nullable>enable</Nullable>