PRe.Models
1.1.6
dotnet add package PRe.Models --version 1.1.6
NuGet\Install-Package PRe.Models -Version 1.1.6
<PackageReference Include="PRe.Models" Version="1.1.6" />
paket add PRe.Models --version 1.1.6
#r "nuget: PRe.Models, 1.1.6"
// Install PRe.Models as a Cake Addin #addin nuget:?package=PRe.Models&version=1.1.6 // Install PRe.Models as a Cake Tool #tool nuget:?package=PRe.Models&version=1.1.6
This package contains ApiRequest, ApiResponse, and ErrorMessaging classes. It supports .NET Framework versions 4.5 and 4.0
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 6.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PRe.Models:
Package | Downloads |
---|---|
PRe.EWP.Core.Models
Models used to map data for WebAPI actions to the Workflow Core. The API namespace contains classes specific to the WebAPI, and the DB namespace contains Entity Framework database classes. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.6 | 4,444 | 10/16/2018 |
This release adds JSON serialization support to the ToString methods of the ApiRequest and ErrorMessaging classes, through inheritance of the Base.BaseModel class.