PIbd-21_Zaharchenko_M.I._Pi.../Pizzeria/PizzeriaContracts/PizzeriaContracts.csproj

19 lines
508 B
XML
Raw Permalink Normal View History

2023-02-16 08:52:03 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2023-02-12 20:11:02 +04:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-05-14 07:44:14 +04:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
2023-06-14 14:25:52 +04:00
<PackageReference Include="Unity.Microsoft.Logging" Version="5.11.1" />
2023-05-14 07:44:14 +04:00
</ItemGroup>
2023-02-12 20:11:02 +04:00
<ItemGroup>
2023-02-16 08:52:03 +04:00
<ProjectReference Include="..\PizzeriaDataModels\PizzeriaDataModels.csproj" />
2023-02-12 20:11:02 +04:00
</ItemGroup>
</Project>