ISEbd-21_Khaliullov_R.A._Co.../Canteen/CanteenClientApp/CanteenClientApp.csproj
Руслан Халиуллов 0cf8214b3e 2 этап
2024-04-30 18:48:42 +04:00

20 lines
599 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="..\CanteenBusinessLogic\CanteenBusinessLogic.csproj" />
<ProjectReference Include="..\CanteenContracts\CanteenContracts.csproj" />
<ProjectReference Include="..\CanteenDatabaseImplement\CanteenDatabaseImplement.csproj" />
</ItemGroup>
</Project>