upgraded to .NET 9 (#19)

This commit is contained in:
Marius Nechifor
2024-12-05 11:03:25 +02:00
committed by GitHub
parent f35abdefe5
commit 74c49f041d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>