csproj and sln

This commit is contained in:
2023-06-05 15:31:04 +02:00
parent d5aeb0a06e
commit 8611427557
5 changed files with 47 additions and 3 deletions

View File

@@ -6,4 +6,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AB.Services.Abstractions\AB.Services.Abstractions.csproj" />
</ItemGroup>
</Project>