update projects to dotnet 10

This commit is contained in:
Aaron Po
2025-12-06 22:59:22 -05:00
parent afefdb9e3d
commit 00a0f6c4ef
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>