Vanguard.Framework.Test by Veire Solutions

<PackageReference Include="Vanguard.Framework.Test" Version="4.0.0" />

 Vanguard.Framework.Test 4.0.0

Base unit test classes that makes it easier to unit test code. This framework make use of Moq as mocking framework.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Vanguard.Framework.Test</id>
    <version>4.0.0</version>
    <authors>Veire Solutions</authors>
    <owners>Veire Solutions</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/jgveire/Vanguard.Framework</projectUrl>
    <iconUrl>https://jgveire.github.io/Vanguard/Vanguard.png</iconUrl>
    <description>Base unit test classes that makes it easier to unit test code. This framework make use of Moq as mocking framework.</description>
    <releaseNotes>Updated to .NET standard 2.1</releaseNotes>
    <copyright>Copyright 2019 Veire Solutions</copyright>
    <tags>Vanguard Framework Unit Test</tags>
    <repository type="Git" url="https://github.com/jgveire/Vanguard.Framework" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="MSTest.TestFramework" version="1.4.0" exclude="Build,Analyzers" />
        <dependency id="Moq" version="4.10.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>