PIbd22_NikiforovaMV_Automob.../AutomobilePlantBusinessLogic/AutomobilePlantBusinessLogic.csproj

20 lines
593 B
XML
Raw Permalink Normal View History

2024-05-11 13:39:57 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2024-04-17 10:13:26 +04:00
<PropertyGroup>
2024-05-11 13:39:57 +04:00
<TargetFramework>net6.0</TargetFramework>
2024-04-17 10:13:26 +04:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-05-11 13:39:57 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
2024-04-17 10:13:26 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
2024-05-11 13:39:57 +04:00
<PackageReference Include="PDFsharp-MigraDoc-GDI" Version="1.50.5147" />
2024-04-17 10:13:26 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutomobilePlantContracts\AutomobilePlantContracts.csproj" />
</ItemGroup>
</Project>