feat: upgrade to .NET 10 / MAUI 10.x (#6)

This commit is contained in:
Copilot
2026-03-16 03:33:06 +02:00
committed by GitHub
parent 72feb6cd48
commit b7786b78ec
5 changed files with 31 additions and 31 deletions

View File

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