Gigya.Microdot.Interfaces by Gigya Inc.

<PackageReference Include="Gigya.Microdot.Interfaces" Version="1.7.7" />

 Gigya.Microdot.Interfaces 1.7.7

Interface abstractions used by various Microdot components, seperated from their implementations to allow easy unit testing with mocks (see Gigya.Microdot.Fakes). Part of the Microdot Framework.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Gigya.Microdot.Interfaces</id>
    <version>1.7.7</version>
    <title>Gigya.Microdot.Interfaces</title>
    <authors>Gigya Inc.</authors>
    <licenseUrl>https://github.com/gigya/microdot/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/gigya/microdot</projectUrl>
    <description>Interface abstractions used by various Microdot components, seperated from
their implementations to allow easy unit testing with mocks	(see
Gigya.Microdot.Fakes). Part of the Microdot Framework.</description>
    <tags>gigya microdot microservice microservices</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" version="[9.0.1,11.0.0)" />
      <dependency id="Gigya.ServiceContract" version="[2.4.18]" />
    </dependencies>
  </metadata>
</package>