[성현모] NetStandard Dll 추가

This commit is contained in:
SHM
2026-02-02 15:55:43 +09:00
parent 0475d60409
commit 10b11e04e9
7 changed files with 509 additions and 23 deletions

View File

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
</Project>