PIBD-21_CousrWork_TourFirm_.../TourCompanyClientApp/TourCompanyClientApp.csproj

19 lines
536 B
XML
Raw Normal View History

2023-05-19 23:29:13 +04:00
<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="..\TourCompanyBusinessLogic\TourCompanyBusinessLogic.csproj" />
<ProjectReference Include="..\TourCompanyDatabaseImplement\TourCompanyDatabaseImplement.csproj" />
</ItemGroup>
</Project>