Persimmon.Runner by bleis-tift, Gab-km, pocketberserker, kekyo, yukitos

<PackageReference Include="Persimmon.Runner" Version="5.0.1" />

 Persimmon.Runner 5.0.1

A test framework for F#

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Persimmon.Runner</id>
    <version>5.0.1</version>
    <title>Persimmon.Runner</title>
    <authors>bleis-tift, Gab-km, pocketberserker, kekyo, yukitos</authors>
    <owners>bleis-tift, Gab-km, pocketberserker, kekyo, yukitos</owners>
    <licenseUrl>https://github.com/persimmon-projects/Persimmon/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/persimmon-projects/Persimmon</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/persimmon-projects/Persimmon.Materials/master/StandardIcons/persimmon_128.png</iconUrl>
    <description>A test framework for F#</description>
    <releaseNotes>drop support net45 (support only netstandard2.0) [#141](https://github.com/persimmon-projects/Persimmon/pull/141)
support F# 5.0 [#141](https://github.com/persimmon-projects/Persimmon/pull/141)
update tools [#141](https://github.com/persimmon-projects/Persimmon/pull/141)
add runner APIs [#141](https://github.com/persimmon-projects/Persimmon/pull/141)</releaseNotes>
    <tags>F# fsharp testing</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Xml" />
      <frameworkAssembly assemblyName="System.Xml.Linq" />
    </frameworkAssemblies>
    <dependencies>
      <group targetFramework="netstandard2.0">
        <dependency id="FSharp.Core" version="5.0.0" />
        <dependency id="System.Xml.XDocument" version="4.3.0" />
        <dependency id="Persimmon" version="[5.0.0,6.0.0)" />
      </group>
    </dependencies>
  </metadata>
</package>