Updated to .NET 10.

This commit is contained in:
2026-09-07 10:22:06 -04:00
parent 6e88a9e9e2
commit 189c0af447
2 changed files with 3 additions and 3 deletions

View File

@@ -2,13 +2,13 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net10.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.*" />
<PackageReference Include="System.Drawing.Common" Version="10.0.11" />
</ItemGroup>
</Project>