Library for supporting the migration of legacy applications to AspNetCore providing compatibility shims to aid in minimizing changes and risks for initial migraiton. The primary shim provided in v1.0 is a NewtonsoftJsonInputFormatter that provides much closer compatible behavior to the legacy JsonMediaTypeFormatter of Asp .NET Framework MVC.
$ dotnet add package AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibilityNo README available.