Entity Framework and JSON API .NET Core

We are migrating our API to use the JSON:API standard by using the JsonApiDotNetCore NuGet package. We are currently using Entity Framework on .NET Framework. Is it possible to get JsonApiDotNetCore to work with that Entity Framework? Or, does JsonApiDotNetCore only work with Entity Framework .NET Core? I have not seen many (if any) articles regarding this topic, and wondered if it is possible.

Thank you.