Show / Hide 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>
  • Improve this Doc
In This Article
Back to top Generated by DocFX