1
0

Migrate project from .NET 8.0 to target .NET 9.0 instead.

This commit is contained in:
Kevin Matsubara 2025-03-25 14:23:56 +01:00
parent 23300842c9
commit 1110a709fb

View File

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