Skip to content

Commit

Permalink
Verify Core 8.x changes (#259)
Browse files Browse the repository at this point in the history
* Update NServiceBus.TransactionalSession.Tests.csproj

* Update NServiceBus.TransactionalSession.AcceptanceTests.csproj

* Update NServiceBus.TransactionalSession.Tests.csproj
  • Loading branch information
danielmarbach authored Nov 6, 2023
1 parent f8977e3 commit f81fff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="8.0.0" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="8.1.6" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NServiceBus.TransactionalSession.CustomTestingPersistence\NServiceBus.TransactionalSession.CustomTestingPersistence.csproj" />
<ProjectReference Include="..\NServiceBus.TransactionalSession\NServiceBus.TransactionalSession.csproj" />
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
<ProjectReference Include="..\NServiceBus.TransactionalSession\NServiceBus.TransactionalSession.csproj" />
</ItemGroup>

</Project>
</Project>

0 comments on commit f81fff3

Please sign in to comment.