Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to .net 6 and openxml 3.0.1 #43

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants