Info
Version: | 8.0.142 |
Author(s): | Lin, Ping-chen |
Last Update: | Tuesday, March 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/ponylin1985/zayniframework |
NuGet Url: | https://www.nuget.org/packages/ZayniFramework.Middle.Service.HttpCore |
Install
Install-Package ZayniFramework.Middle.Service.HttpCore
dotnet add package ZayniFramework.Middle.Service.HttpCore
paket add ZayniFramework.Middle.Service.HttpCore
ZayniFramework.Middle.Service.HttpCore Download (Unzip the "nupkg" after downloading)
Dependencies
- ZayniFramework.Common(>= 2.19.1)
- ZayniFramework.Logging(>= 2.19.1)
- ZayniFramework.Serialization(>= 2.19.1)
- ZayniFramework.Middle.Service.Entity(>= 2.19.1)
- ZayniFramework.Middle.Service.HttpCore.Entity(>= 2.19.1)
- ZayniFramework.Middle.Service(>= 2.19.1)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson(>= 5.0.1)
This extension module provide the HttpCoreRemoteHost implementation for Middle.Service module.
This package support the .NET 6.0 or .NET Core target framework only.
It doesn't support the .NET Framework projects.
GitLab Repository: https://gitlab.com/ponylin1985/zayniframework.