feat(API): Erforderliche Abhängigkeiten hinzugefügt.

This commit is contained in:
Developer 02 2024-10-24 19:10:06 +02:00
parent 26b57e5475
commit 0351f8733d

View File

@ -7,6 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DigitalData.Core.API" Version="2.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
@ -14,4 +15,8 @@
<Folder Include="Controllers\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WorkFlow.Application\WorkFlow.Application.csproj" />
</ItemGroup>
</Project>