DotNetCore.CAP by NCC,Savorboard

<PackageReference Include="DotNetCore.CAP" Version="8.2.0" />

 DotNetCore.CAP 8.2.0

Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DotNetCore.CAP</id>
    <version>8.2.0</version>
    <authors>NCC,Savorboard</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>logo.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://github.com/dotnetcore/CAP</projectUrl>
    <description>Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.</description>
    <tags>CAP EventBus Outbox Patterns Distributed transaction</tags>
    <repository type="git" url="https://github.com/dotnetcore/CAP" commit="387f4fb53210c6f4ac479f3b05e3b10380bf70dd" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options" version="6.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net8.0">
        <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="8.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="8.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options" version="8.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>