修改BUG
This commit is contained in:
parent
fd0445a4d4
commit
3d81c7d4a1
@ -18,6 +18,6 @@ public static class ServiceExtensions
|
|||||||
|
|
||||||
public static void UseHyosung(this IServiceProvider provider)
|
public static void UseHyosung(this IServiceProvider provider)
|
||||||
{
|
{
|
||||||
provider.UseHyosungData();
|
// provider.UseHyosungData();
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -35,4 +35,10 @@
|
|||||||
<ProjectReference Include="..\Seyounth.Hyosung.Runtime\Seyounth.Hyosung.Runtime.csproj" />
|
<ProjectReference Include="..\Seyounth.Hyosung.Runtime\Seyounth.Hyosung.Runtime.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Update="appsettings.json">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user