Gigya.Microdot.Interfaces 4.1.5
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/2013/05/nuspec.xsd">
<metadata>
<id>Gigya.Microdot.Interfaces</id>
<version>4.1.5</version>
<authors>Gigya.Microdot.Interfaces</authors>
<projectUrl>https://github.com/gigya/microdot/blob/master/LICENSE.md</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>
<copyright>© 2021 Gigya Inc.</copyright>
<tags>gigya microdot microservice microservices</tags>
<repository url="https://github.com/gigya/microdot" />
<dependencies>
<group targetFramework="net5.0">
<dependency id="Gigya.Microdot.LanguageExtensions" version="4.1.5" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
</group>
<group targetFramework="net6.0">
<dependency id="Gigya.Microdot.LanguageExtensions" version="4.1.5" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Gigya.Microdot.LanguageExtensions" version="4.1.5" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>