SUBD_PIbd-23_ZakharovRA/CarShowroom/CarShowroomManagerApp/CarShowroomManagerApp.csproj

20 lines
634 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CarShowroomContracts\CarShowroomContracts.csproj" />
<ProjectReference Include="..\CarShowroomDataModels\CarShowroomDataModels.csproj" />
<ProjectReference Include="..\CarShowroomRestApi\CarShowroomRestApi.csproj" />
</ItemGroup>
</Project>