This commit is contained in:
georgiy semikolenov 2023-05-02 13:44:12 +04:00
parent cfe0deffe2
commit 11dab0e4ab
2 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,9 @@
using PlumbingRepairBusinessLogic.OfficePackage.HelperEnums;
using PlumbingRepairBusinessLogic.OfficePackage.HelperModels;
using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Wordprocessing;
using DocumentFormat.OpenXml;
using Document = DocumentFormat.OpenXml.Wordprocessing.Document;
using Text = DocumentFormat.OpenXml.Wordprocessing.Text;
namespace PlumbingRepairBusinessLogic.OfficePackage.Implements
{

View File

@ -7,7 +7,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.0-ci0083" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0-preview.1.23110.8" />
<PackageReference Include="PDFsharp-MigraDoc" Version="6.0.0-preview-2" />
</ItemGroup>
<ItemGroup>