AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility
1.0.0
See the version list below for details.
dotnet add package AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility --version 1.0.0
NuGet\Install-Package AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility -Version 1.0.0
<PackageReference Include="AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility" Version="1.0.0" />
paket add AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility --version 1.0.0
#r "nuget: AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility, 1.0.0"
// Install AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility as a Cake Addin #addin nuget:?package=AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility&version=1.0.0 // Install AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility as a Cake Tool #tool nuget:?package=AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility&version=1.0.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 6.0.8)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial Release
- Provides NewtonsoftJson configuration & behavior for AspNetCore that closely matches the leagacy behavior of the legacy JsonMediaTypeFormatter of Asp .NET Framework MVC.