PIbd-23_Dolgov_D.A._Softwar.../SoftwareInstallation/AbstractSoftwareInstallationBusinessLogic/AbstractSoftwareInstallationBusinessLogic.csproj

20 lines
635 B
XML
Raw Normal View History

2023-03-11 22:53:15 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-04-19 23:01:19 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
2023-03-11 22:53:15 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
2023-04-19 23:01:19 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2023-03-11 22:53:15 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AbstractSoftwareInstallationContracts\AbstractSoftwareInstallationContracts.csproj" />
</ItemGroup>
</Project>