This commit is contained in:
2023-10-13 14:15:26 +09:00
parent 044ace6552
commit d4dc58c609
28 changed files with 359 additions and 18 deletions

View File

@@ -6,4 +6,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SObject\SObject.csproj" />
</ItemGroup>
</Project>