ServiceStack.Mvc by ServiceStack

<PackageReference Include="ServiceStack.Mvc" Version="5.0.0" />

 ServiceStack.Mvc 5.0.0

Full details in MVC PowerPack: http://mono.servicestack.net/mvc-powerpack/ MVC Adapter classes to provide tight integration and re-usable functionality between ServiceStack and MVC. Including adapters for: MiniProfiler, FluentValidation, Funq IOC Controller Factory, Funq Validator Factory ControllerBase (configured with access to ServiceStack's ICacheClient, ISession, typed UserSession dependencies).

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ServiceStack.Mvc</id>
    <version>5.0.0</version>
    <title>MVC Adapters for integrating with ServiceStack webservices</title>
    <authors>ServiceStack</authors>
    <owners>ServiceStack</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://servicestack.net/terms</licenseUrl>
    <projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
    <iconUrl>https://servicestack.net/img/logo-32.png</iconUrl>
    <description>Full details in MVC PowerPack: http://mono.servicestack.net/mvc-powerpack/
      MVC Adapter classes to provide tight integration and re-usable functionality between ServiceStack and MVC.
      Including adapters for: MiniProfiler, FluentValidation, Funq IOC Controller Factory, Funq Validator Factory
      ControllerBase (configured with access to ServiceStack's ICacheClient, ISession, typed UserSession dependencies).</description>
    <summary>ASP.NET MVC Integration adapters for ServiceStack</summary>
    <copyright>ServiceStack and contributors</copyright>
    <language>en-US</language>
    <tags>MVC ServiceStack MiniProfiler FluentValidation Controller</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="ServiceStack" version="5.0.0" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.AspNetCore.Mvc" version="2.0.0" />
        <dependency id="Microsoft.AspNetCore.Mvc.Razor" version="2.0.0" />
        <dependency id="ServiceStack" version="5.0.0" />
      </group>
    </dependencies>
  </metadata>
</package>