Add .NET 8, remove .NET 7

This commit is contained in:
Matt Nadareski
2023-11-15 00:00:59 -05:00
parent 985ea12879
commit 1c8417ac10
16 changed files with 61 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
</PropertyGroup>