Skip to content

cointoss1973/JsonNetSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON.NET Sample

  • .NET Core 3.1 Application Using JSON.NET
  • New CsProj Style
  
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp3.1</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
  </ItemGroup>

</Project>

About

Json.NET Samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages