[성현모] Log4net 기능 추가

This commit is contained in:
SHM
2025-04-18 09:35:52 +09:00
parent 25be83359b
commit babdb4732b
9 changed files with 355 additions and 0 deletions

View File

@ -10,4 +10,10 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="SystemX.Core">
<HintPath>..\..\DLL\SystemX.Core.dll</HintPath>
</Reference>
</ItemGroup>
</Project>