Skip to content
HX-Rd edited this page Mar 9, 2018 · 2 revisions

Solid.AspNetCore.Extensions.Wcf

Library

Solid.AspNetCore.Extensions.Wcf is library that enables you to host a WCF service within an AspNetCore application, utilizing the power of the ServiceProvider.

Installation

Install from Nuget package manager

PM> Install-Package Solid.AspNetCore.Extensions.Wcf

Install from .Net CLI

> dotnet add package Solid.AspNetCore.Extensions.Wcf