PIbd-21_KozyrevSS_SewingDre.../SewingDresses/SewingDressesBusinessLogic/SewingDressesBusinessLogic.csproj

15 lines
364 B
XML
Raw Normal View History

2024-02-20 16:32:44 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SewingDressesContracts\SewingDressesContracts.csproj" />
</ItemGroup>
</Project>