PIBD-21_Lobashov_I_D_Travel.../TravelCompany/TravelCompanyListImplement/TravelCompanyListImplement.csproj

15 lines
420 B
XML
Raw Permalink Normal View History

2024-02-07 19:42:14 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\TravelCompanyContracts\TravelCompanyContracts.csproj" />
<ProjectReference Include="..\TravelCompanyDataModels\TravelCompanyDataModels.csproj" />
</ItemGroup>
</Project>