PactNet by seek.com.au

<PackageReference Include="PactNet" Version="2.0.20" />

 PactNet 2.0.20

A .NET version of Pact, which enables consumer driven contract testing. NOTE: For version 2 and above, you will need to install one of the following Nuget packages, depending on your target platform and architecture: PactNet.Windows, PactNet.OSX, PactNet.Linux.x86 or PactNet.Linux.x64.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>PactNet</id>
    <version>2.0.20</version>
    <authors>seek.com.au</authors>
    <owners>seek.com.au</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/SEEK-Jobs/pact-net/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/SEEK-Jobs/pact-net</projectUrl>
    <description>A .NET version of Pact, which enables consumer driven contract testing. NOTE: For version 2 and above, you will need to install one of the following Nuget packages, depending on your target platform and architecture: PactNet.Windows, PactNet.OSX, PactNet.Linux.x86 or PactNet.Linux.x64.</description>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Newtonsoft.Json" version="10.0.3" />
      </group>
      <group targetFramework=".NETStandard1.5">
        <dependency id="Newtonsoft.Json" version="10.0.3" />
        <dependency id="System.Diagnostics.Process" version="4.3.0" />
        <dependency id="System.Net.Http" version="4.3.0" />
        <dependency id="System.Runtime.Loader" version="4.3.0" />
        <dependency id="System.Threading.Thread" version="4.3.0" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>