.
This commit is contained in:
parent
cfe0deffe2
commit
11dab0e4ab
@ -1,10 +1,9 @@
|
|||||||
using PlumbingRepairBusinessLogic.OfficePackage.HelperEnums;
|
using PlumbingRepairBusinessLogic.OfficePackage.HelperEnums;
|
||||||
using PlumbingRepairBusinessLogic.OfficePackage.HelperModels;
|
using PlumbingRepairBusinessLogic.OfficePackage.HelperModels;
|
||||||
|
using DocumentFormat.OpenXml;
|
||||||
using DocumentFormat.OpenXml.Packaging;
|
using DocumentFormat.OpenXml.Packaging;
|
||||||
using DocumentFormat.OpenXml.Wordprocessing;
|
using DocumentFormat.OpenXml.Wordprocessing;
|
||||||
using DocumentFormat.OpenXml;
|
|
||||||
using Document = DocumentFormat.OpenXml.Wordprocessing.Document;
|
|
||||||
using Text = DocumentFormat.OpenXml.Wordprocessing.Text;
|
|
||||||
|
|
||||||
namespace PlumbingRepairBusinessLogic.OfficePackage.Implements
|
namespace PlumbingRepairBusinessLogic.OfficePackage.Implements
|
||||||
{
|
{
|
||||||
|
@ -7,7 +7,9 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<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="Microsoft.Extensions.Logging" Version="8.0.0-preview.1.23110.8" />
|
||||||
|
<PackageReference Include="PDFsharp-MigraDoc" Version="6.0.0-preview-2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user