Skip to content

Commit

Permalink
Fix issues related to NuGet updates, rely on implicit dependencies (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist authored Mar 6, 2024
1 parent 54c0b29 commit 689baa9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Core.Abstractions" Version="7.2.5" />
<PackageReference Include="Microsoft.Orleans.Sdk" Version="7.2.5" />
<PackageReference Include="Microsoft.Orleans.Transactions" Version="7.2.4" />
<PackageReference Include="Microsoft.Orleans.Transactions" Version="7.2.5" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Orleans.Transactions" Version="7.2.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Core.Abstractions" Version="7.2.5" />
<PackageReference Include="Microsoft.Orleans.Sdk" Version="7.2.5" />
<PackageReference Include="Microsoft.Orleans.Transactions" Version="7.2.4" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Abstractions\Abstractions.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Orleans.Server" Version="7.2.4" />
<PackageReference Include="Microsoft.Orleans.Transactions" Version="7.2.4" />
<PackageReference Include="Microsoft.Orleans.Transactions.AzureStorage" Version="7.2.4" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion docs/orleans/grains/transactions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Transactions in Orleans
description: Learn how to use transactions in .NET Orleans.
ms.date: 01/09/2024
ms.date: 03/04/2024
---

# Orleans transactions
Expand Down

0 comments on commit 689baa9

Please sign in to comment.