Update DigitalData.Core package versions in csproj files

Upgraded DigitalData.Core.Abstraction.Application to v1.6.0 in ReC.Application.csproj and DigitalData.Core.Infrastructure to v2.6.0 in ReC.Infrastructure.csproj. No other changes made.
This commit is contained in:
2025-12-19 11:01:05 +01:00
parent 7c687c0541
commit 83f173fdc4
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DigitalData.Core.Infrastructure" Version="2.5.2" />
<PackageReference Include="DigitalData.Core.Infrastructure" Version="2.6.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.11" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.0" />
</ItemGroup>