fixed a bug

This commit is contained in:
2026-03-29 11:46:01 +08:00
parent fd23679ead
commit 038f65ccc6
4 changed files with 26 additions and 10 deletions

View File

@@ -6,4 +6,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Include="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>