fix load path so

This commit is contained in:
2026-03-22 04:42:26 +00:00
parent 7baa7000b8
commit 5583b3e0f2
4 changed files with 20 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>