Skip to content

Commit 6be7d9f

Browse files
:|
1 parent 85ac02b commit 6be7d9f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

FileProcessor.BusinessLogic/FileProcessor.BusinessLogic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="MediatR" Version="13.1.0" />
1414
<PackageReference Include="Shared.EventStore" Version="2025.11.11" />
1515
<PackageReference Include="System.IO.Abstractions" Version="22.0.16" />
16-
<PackageReference Include="TransactionProcessor.Client" Version="2025.10.1" />
16+
<PackageReference Include="TransactionProcessor.Client" Version="2025.10.2-build261" />
1717
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.10" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
1919
<PackageReference Include="TransactionProcessor.Database" Version="2025.10.1" />

FileProcessor.IntegrationTesting.Helpers/FileProcessor.IntegrationTesting.Helpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Shared.IntegrationTesting" Version="2025.11.11" />
11-
<PackageReference Include="TransactionProcessor.IntegrationTesting.Helpers" Version="2025.10.1" />
11+
<PackageReference Include="TransactionProcessor.IntegrationTesting.Helpers" Version="2025.10.2-build261" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

FileProcessor.IntegrationTests/FileProcessor.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<PackageReference Include="Shared" Version="2025.11.11" />
2828
<PackageReference Include="Shared.IntegrationTesting" Version="2025.11.11" />
2929
<PackageReference Include="Shouldly" Version="4.3.0" />
30-
<PackageReference Include="TransactionProcessor.Client" Version="2025.10.1" />
31-
<PackageReference Include="TransactionProcessor.IntegrationTesting.Helpers" Version="2025.10.1" />
30+
<PackageReference Include="TransactionProcessor.Client" Version="2025.10.2-build261" />
31+
<PackageReference Include="TransactionProcessor.IntegrationTesting.Helpers" Version="2025.10.2-build261" />
3232
<PackageReference Include="coverlet.collector" Version="6.0.4">
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)