PIbd-23_Dyakonov_R_R_Softwa.../SoftwareInstallation/SoftwareInstallationBusinessLogic/SoftwareInstallationBusinessLogic.csproj

20 lines
622 B
XML
Raw Normal View History

2024-02-10 14:37:42 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-04-14 13:10:49 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
2024-02-10 14:37:42 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
2024-04-14 13:10:49 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2024-02-10 14:37:42 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
</ItemGroup>
</Project>