First commit to local

This commit is contained in:
Chris Stuurman 2025-09-30 14:36:16 +02:00
parent 2081fcc92d
commit 43eee2769a

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<NoWarn>CS8618;CA2016</NoWarn>