PIbd-23_Elatomtsev_L.K._Con.../Confectionery/ConfectioneryBusinessLogic/ConfectioneryBusinessLogic.csproj

20 lines
615 B
XML
Raw Normal View History

2024-03-13 14:54:56 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-04-10 15:15:05 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.2" />
2024-03-13 14:54:56 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.22.0" />
2024-04-10 15:15:05 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2024-03-13 14:54:56 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ConfectioneryContracts\ConfectioneryContracts.csproj" />
</ItemGroup>
</Project>