fix : 도커 의존성 추가, 윈도우용 미니덤프 제거 Dotnet-dump사용

This commit is contained in:
qornwh1
2026-03-11 12:55:24 +09:00
parent 9828b967a1
commit 1487082cc6
4 changed files with 32 additions and 106 deletions

View File

@@ -9,6 +9,11 @@
<LangVersion>13</LangVersion>
</PropertyGroup>
<PropertyGroup>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LiteNetLib" Version="2.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.3" />