Upgrade to .net9

This commit is contained in:
Robert McRackan 2024-11-22 16:47:59 -05:00
parent 43d1019059
commit 6134becc70
28 changed files with 79 additions and 78 deletions

View file

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