Microsoft.AspNetCore.Mvc.Testing by Microsoft

<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.0-preview.4.20257.10" />

 Microsoft.AspNetCore.Mvc.Testing 5.0.0-preview.4.20257.10

Support for writing functional tests for MVC applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cdfa43bbe0ecc13757cc6517c9a253de77c3ec56

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNetCore.Mvc.Testing</id>
    <version>5.0.0-preview.4.20257.10</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://asp.net/</projectUrl>
    <description>Support for writing functional tests for MVC applications.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cdfa43bbe0ecc13757cc6517c9a253de77c3ec56</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>aspnetcore aspnetcoremvc aspnetcoremvctesting</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/aspnetcore" commit="cdfa43bbe0ecc13757cc6517c9a253de77c3ec56" />
    <dependencies>
      <group targetFramework=".NETCoreApp5.0">
        <dependency id="Microsoft.AspNetCore.TestHost" version="5.0.0-preview.4.20257.10" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DependencyModel" version="5.0.0-preview.4.20251.6" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Hosting" version="5.0.0-preview.4.20251.6" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkReferences>
      <group targetFramework=".NETCoreApp5.0">
        <frameworkReference name="Microsoft.AspNetCore.App" />
      </group>
    </frameworkReferences>
  </metadata>
</package>