Skip to content

Commit

Permalink
Revert "Update to tx session 3.2.0 beta1"
Browse files Browse the repository at this point in the history
This reverts commit 42f2057.
  • Loading branch information
danielmarbach committed Aug 30, 2024
1 parent 42f2057 commit b338e22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="9.2.2" />
<PackageReference Include="NServiceBus.TransactionalSession" Version="3.2.0-beta.1" />
<PackageReference Include="NServiceBus.TransactionalSession" Version="3.1.0" />
</ItemGroup>

<!-- The template project is always the StorageTable project, if you need to deviate files for a specific table API copy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="9.2.2" />
<PackageReference Include="NServiceBus.TransactionalSession" Version="3.2.0-beta.1" />
<PackageReference Include="NServiceBus.TransactionalSession" Version="3.1.0" />
</ItemGroup>

<Import Project="Includes.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NServiceBus" Version="9.2.2" />
<PackageReference Include="NServiceBus.TransactionalSession" Version="3.2.0-beta.1" />
<PackageReference Include="NServiceBus.TransactionalSession" Version="3.1.0" />
<PackageReference Include="Particular.Approvals" Version="1.0.0" />
<PackageReference Include="PublicApiGenerator" Version="11.1.0" />
</ItemGroup>
Expand Down

0 comments on commit b338e22

Please sign in to comment.