netmash/NDB.Test.Api/NDB.Test.Api.csproj

19 lines
704 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
</ItemGroup>
<ItemGroup>
2022-01-22 00:48:34 +02:00
<ProjectReference Include="..\infrastructure\NDB.Infrastructure.DatabaseMigration\NDB.Infrastructure.DatabaseMigration.csproj" />
<ProjectReference Include="..\NDB.Extensions.Swagger\NDB.Extensions.Swagger.csproj" />
<ProjectReference Include="..\NDB.Security.Authentication.Identity\NDB.Security.Authentication.Identity.csproj" />
2022-01-22 00:48:34 +02:00
<ProjectReference Include="..\test\NDB.Test.Application\NDB.Test.Application.csproj" />
</ItemGroup>
</Project>