Upgrade to .NET 10.0 and fix tests

This commit is contained in:
2026-01-30 11:32:21 -05:00
parent e85b8af99d
commit fe886fc44b
5 changed files with 31 additions and 114 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>allstarr.Tests</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>