feat(Application.Abstraction): Erstellt, um Schnittstellen von Core.Application zu behandeln

This commit is contained in:
Developer 02
2025-05-20 16:30:31 +02:00
parent 01025ff36f
commit a0696c5e22
35 changed files with 94 additions and 45 deletions

View File

@@ -54,4 +54,8 @@
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DigitalData.Core.Application.Abstraction\DigitalData.Core.Application.Abstraction.csproj" />
</ItemGroup>
</Project>