Table of Contents

Installation

Click here for the latest NuGet version.

CLI

dotnet add package JsonApiDotNetCore

Visual Studio

Install-Package JsonApiDotNetCore

*.csproj

<ItemGroup>
  <!-- Be sure to check NuGet for the latest version # -->
  <PackageReference Include="JsonApiDotNetCore" Version="4.0.0" />
</ItemGroup>