Browse Source

Add Newtonsoft dependency

master
Gregory Rudolph 3 years ago
parent
commit
31fdc3035d
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 4
      StateJobsNYSubmit.csproj

4
StateJobsNYSubmit.csproj

@ -4,6 +4,10 @@ @@ -4,6 +4,10 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>

Loading…
Cancel
Save