feat(EntityAutoMapper): Erstellt mit der Konfiguration der Dependency Injection.

This commit is contained in:
Developer 02
2025-04-22 15:15:52 +02:00
parent 3c1bbc1151
commit 65e834784a
5 changed files with 90 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DigitalData.Core.Abstractions\DigitalData.Core.Abstractions.csproj" />
</ItemGroup>
</Project>