ISEbd_21_Kuklew_M.I._Softwa.../SoftwareInstallationBusinessLogic/SoftwareInstallationBusinessLogic.csproj

21 lines
715 B
XML
Raw Normal View History

2024-04-07 17:40:43 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2024-04-07 16:54:02 +04:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-04-07 17:40:43 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.2" />
2024-04-07 16:54:02 +04:00
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
2024-04-07 17:40:43 +04:00
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.15" />
2024-04-07 16:54:02 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
<ProjectReference Include="..\SoftwareInstallationDataModels\SoftwareInstallationDataModels.csproj" />
</ItemGroup>
</Project>