20 lines
616 B
XML
Raw Normal View History

2023-02-06 16:15:16 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-04-10 20:58:46 +04:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
2023-02-06 16:15:16 +04:00
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
2023-04-10 21:03:44 +04:00
<PackageReference Include="PDFsharp-MigraDoc-GDI" Version="1.50.5147" />
2023-02-06 16:15:16 +04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
</ItemGroup>
</Project>