bump: net10 and dependencies

This commit is contained in:
2026-09-14 00:32:28 +02:00
parent 8c23f974c3
commit 2618ec4728
4 changed files with 13 additions and 13 deletions
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
@@ -14,6 +14,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DTLib" Version="1.7.4" />
<PackageReference Include="DTLib" Version="1.7.5" />
</ItemGroup>
</Project>