修改BUG

This commit is contained in:
zhangzhuo 2025-04-07 23:32:20 +08:00
parent fd0445a4d4
commit 3d81c7d4a1
2 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,6 @@ public static class ServiceExtensions
public static void UseHyosung(this IServiceProvider provider)
{
provider.UseHyosungData();
// provider.UseHyosungData();
}
}

View File

@ -35,4 +35,10 @@
<ProjectReference Include="..\Seyounth.Hyosung.Runtime\Seyounth.Hyosung.Runtime.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>