Expecto by Henrik Feldt and contributors

<PackageReference Include="Expecto" Version="10.0.0" />

 Expecto 10.0.0

Advanced testing library for F#

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Expecto</id>
    <version>10.0.0</version>
    <authors>Henrik Feldt and contributors</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>expecto-logo-small.png</icon>
    <projectUrl>https://github.com/haf/expecto</projectUrl>
    <description>Advanced testing library for F#</description>
    <releaseNotes>New Expecto package with FsCheck3 support #450
Make Expect.isNotEmpty accept whitespace strings #452
Removed deprecated code #449
Bumped minimum framework to .NET 6 #447
Add testFixtureAsync and testFixtureTask #444</releaseNotes>
    <copyright>Copyright 2020 Authors &amp; contributors</copyright>
    <tags>test testing fsharp assert expect stress performance unit random property</tags>
    <repository type="git" url="https://github.com/haf/expecto.git" commit="a2a81ea1637542ab1fe974f1abd1049f522cd381" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="FSharp.Core" version="[7.0.200]" exclude="Build,Analyzers" />
        <dependency id="Mono.Cecil" version="[0.11.4, 1.0.0)" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>