Update net6 refs to net9

This commit is contained in:
Luke 2025-01-11 11:19:16 +10:00
parent 0912f690cc
commit 91c578815c
13 changed files with 25 additions and 25 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>