chore(dotnet): Update to dotnet10

This commit is contained in:
Robert Morrison 2025-12-30 21:32:40 +00:00
parent da24073f14
commit 2a86a54b1c
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -10,7 +10,7 @@
<OutputPath>bin\$(Configuration)\</OutputPath> <OutputPath>bin\$(Configuration)\</OutputPath>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>