Skip to content

Commit

Permalink
Verify Core 8.x changes (#565)
Browse files Browse the repository at this point in the history
* Verify Core 8.x changes

* Update NServiceBus.Storage.MongoDB.TransactionalSession.Tests.csproj
  • Loading branch information
danielmarbach authored Nov 6, 2023
1 parent 2b11294 commit 73a374d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="8.0.0" />
<PackageReference Include="NServiceBus.TransactionalSession" Version="2.0.0" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="8.1.6" />
<PackageReference Include="NServiceBus.TransactionalSession" Version="2.0.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="MongoDB.Driver" Version="2.19.1" />
Expand All @@ -21,4 +21,4 @@
<ProjectReference Include="..\NServiceBus.Storage.MongoDB.TransactionalSession\NServiceBus.Storage.MongoDB.TransactionalSession.csproj" />
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="Particular.Approvals" Version="0.3.0" />
<PackageReference Include="PublicApiGenerator" Version="10.3.0" />
<PackageReference Include="NServiceBus.TransactionalSession" Version="2.0.0" />
<PackageReference Include="NServiceBus.TransactionalSession" Version="2.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 73a374d

Please sign in to comment.