Microsoft.Orleans.Transactions by Microsoft

<PackageReference Include="Microsoft.Orleans.Transactions" Version="3.1.4" />

 Microsoft.Orleans.Transactions 3.1.4

Core Transaction library of Microsoft Orleans used on the server.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Orleans.Transactions</id>
    <version>3.1.4</version>
    <title>Microsoft Orleans Transactions support</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>logo_128.png</icon>
    <projectUrl>https://github.com/dotnet/Orleans</projectUrl>
    <description>Core Transaction library of Microsoft Orleans used on the server.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET Transactions</tags>
    <repository type="git" url="https://github.com/dotnet/Orleans" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Orleans.OrleansRuntime" version="3.1.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>