2023-04-01 19:41:22 +04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-03-18 20:28:48 +04:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2023-04-01 19:41:22 +04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\HardwareShopContracts\HardwareShopContracts.csproj" />
|
2023-04-03 23:59:08 +04:00
|
|
|
|
<ProjectReference Include="..\HardwareShopDatabaseImplement\HardwareShopDatabaseImplement.csproj" />
|
2023-04-01 18:09:16 +04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-03-18 20:28:48 +04:00
|
|
|
|
</Project>
|