DocxToSource
DocxToSource copied to clipboard
Unable To Build Main Branch
Hello, not sure if this is still being actively worked on - but I am unable to build the main branch. Here's the steps I took:
- Clone main branch
- run
git submodule update --init --recursive
to update the submodule, seemed to pull the right commit. - Try to build:
Text pasted below for easier reading:
0>------- Started building project: DocxToSource 0>DocxToSource.csproj: Error NU1605 : Warning As Error: Detected package downgrade: DocumentFormat.OpenXml from 3.0.1 to 2.14.0. Reference the package directly from the project to select a different version. DocxToSource -> Serialize.OpenXml.CodeGen -> DocumentFormat.OpenXml (>= 3.0.1) DocxToSource -> DocumentFormat.OpenXml (>= 2.14.0) 0>DocxToSource.csproj: Error NU1605 : Warning As Error: Detected package downgrade: System.CodeDom from 8.0.0 to 5.0.0. Reference the package directly from the project to select a different version. DocxToSource -> Serialize.OpenXml.CodeGen -> System.CodeDom (>= 8.0.0) DocxToSource -> System.CodeDom (>= 5.0.0) 0>------- Finished building project: DocxToSource. Succeeded: False. Errors: 2. Warnings: 0