PactNet by seek.com.au

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

 PactNet 1.0.0

A .NET version of Pact, which enables consumer driven contract testing.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>PactNet</id>
    <version>1.0.0</version>
    <authors>seek.com.au</authors>
    <owners>seek.com.au</owners>
    <licenseUrl>https://github.com/SEEK-Jobs/pact-net/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/SEEK-Jobs/pact-net</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A .NET version of Pact, which enables consumer driven contract testing.</description>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Nancy.Hosting.Self" version="0.23.1" />
        <dependency id="Newtonsoft.Json" version="6.0.3" />
        <dependency id="System.IO.Abstractions" version="1.4.0.86" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Nancy.Hosting.Self" version="0.23.1" />
        <dependency id="Newtonsoft.Json" version="6.0.3" />
        <dependency id="System.IO.Abstractions" version="1.4.0.86" />
        <dependency id="Microsoft.Net.Http" version="2.2.28" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>