Upgrade target framework to .NET 10 and update package versions to match

This commit is contained in:
2025-09-13 12:53:52 +01:00
parent 01eaf3cf80
commit 1e0567924b
3 changed files with 8 additions and 8 deletions

View File

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