Fs30Unit.MsTest by Ray Vernagus and Daniel Mohl

<PackageReference Include="Fs30Unit.MsTest" Version="3.5.0" />

 Fs30Unit.MsTest 3.5.0

FsUnit is a set of extensions that add special testing syntax to MsTest.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Fs30Unit.MsTest</id>
    <version>3.5.0</version>
    <authors>Ray Vernagus and Daniel Mohl</authors>
    <owners>Ray Vernagus and Daniel Mohl</owners>
    <licenseUrl>http://github.com/fsprojects/FsUnit/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>http://github.com/fsprojects/FsUnit</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/fsprojects/FsUnit/master/docs/files/img/logo.png</iconUrl>
    <description>FsUnit is a set of extensions that add special testing syntax to MsTest.</description>
    <summary>The goals of FsUnit are to make unit-testing feel more functional while leverage existing testing frameworks.</summary>
    <releaseNotes>Added `ofCase` matcher - https://github.com/fsprojects/FsUnit/pull/134</releaseNotes>
    <copyright>Copyright 2012-2019</copyright>
    <tags>F# fsharp MsTest FsUnit</tags>
    <dependencies>
      <group targetFramework="netstandard2.0">
        <dependency id="NETStandard.Library" version="2.0.3" />
        <dependency id="MSTest.TestFramework" version="[2.0.0,3.0.0)" />
        <dependency id="NHamcrest" version="[2.0.1,2.1.0)" />
        <dependency id="FSharp.Core" version="4.2.3" />
      </group>
      <group targetFramework="net46">
        <dependency id="MSTest.TestFramework" version="[2.0.0,3.0.0)" />
        <dependency id="NHamcrest" version="[2.0.1,2.1.0)" />
        <dependency id="FSharp.Core" version="4.2.3" />
      </group>
    </dependencies>
  </metadata>
</package>