Migrate to .NET 9

This commit is contained in:
Marco Carvalho
2024-12-03 10:49:32 -03:00
committed by Evan Husted
parent 8db5a7e98b
commit 6b16ddbc49
85 changed files with 87 additions and 101 deletions

View File

@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
</PropertyGroup>