Skip to content

Commit b59e92a

Browse files
Bump Microsoft.Orleans.Transactions
Bumps [Microsoft.Orleans.Transactions](https://github.com/dotnet/orleans) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v7.1.1...v7.1.2) --- updated-dependencies: - dependency-name: Microsoft.Orleans.Transactions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d26e16e commit b59e92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/orleans/grains/snippets/transactions/Client/Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
1212
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
13-
<PackageReference Include="Microsoft.Orleans.Transactions" Version="7.1.1" />
13+
<PackageReference Include="Microsoft.Orleans.Transactions" Version="7.1.2" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)