PIBD-21_CousrWork_TourFirm_.../TourCompanyClientApp/TourCompanyClientApp.csproj
2023-05-25 01:26:13 +04:00

19 lines
652 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" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TourCompanyBusinessLogic\TourCompanyBusinessLogic.csproj" />
<ProjectReference Include="..\TourCompanyDatabaseImplement\TourCompanyDatabaseImplement.csproj" />
</ItemGroup>
</Project>