SUBD-Petrushin-Egor-PIbd-22/TaskTrackerRestApi/TaskTrackerRestApi.csproj

19 lines
526 B
XML
Raw Normal View History

2024-05-13 14:29:34 +04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TaskTrackerBusinessLogics\TaskTrackerBusinessLogics.csproj" />
<ProjectReference Include="..\TaskTrackerDatabase\TaskTrackerDatabase.csproj" />
</ItemGroup>
</Project>