2021-11-24 03:40:30 +02:00
|
|
|
<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" />
|
2021-11-24 03:40:30 +02:00
|
|
|
<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" />
|
2021-11-24 03:40:30 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|