Skip to content

Migration to .net 6 and openxml 3.0.1#43

Open
digitalsigi wants to merge 4 commits intoantonmihaylov:masterfrom
digitalsigi:feature/net6
Open

Migration to .net 6 and openxml 3.0.1#43
digitalsigi wants to merge 4 commits intoantonmihaylov:masterfrom
digitalsigi:feature/net6

Conversation

@digitalsigi
Copy link

I am working on an app requiring net 6 on windows and linux. So I migrated this library to .net 6 and newest version of DocumentFormat.Openxml.

Note: It was also required to update NUnit. For this I changed ASsert to ClassicAssert.

@antonmihaylov
Copy link
Owner

what is preventing you from using the netstandard 2.0 library in dotnet 6 🤔

@digitalsigi
Copy link
Author

Well, I am working on an app which should run on Windows, Linux and MacOS. For this I use https://github.com/ElectronNET/Electron.NET and Blazor. Now I experienced compile errors when building the app on linux. I was not able to fix that. I suspect that the version of underlaying OpenXML SDK is the problem. It comes with a bunch of Debian and other linux references.

So I tried to upgrade just this package and found that API has changed. Finally I decided to migrate to .net 6. and newest OpenXml SDK and everything was fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants