onizet / html2openxml

Html2OpenXml is a small .Net library that convert simple or advanced HTML to plain OpenXml components. This program has started in 2009, initially to convert user's comments into templated Word.
MIT License
321 stars 109 forks source link

No UWP (.NET Standard 2.0) support with v2.1.0 #85

Closed tipa closed 3 years ago

tipa commented 3 years ago

In the description it is mentioned that "This library supports both .Net Core (netstandard1.3) and .Net Framework 4.6", however the latest version v2.1.0 only supports .NET Framework 4.8 and .NET Standard 2.1. Unfortunately UWP does only support .NET Standard 2.0 so I would have to use v2.0.3 in order to HtmlToOpenXml.

Not sure if this was an intended change with the last update, just wanted to let you know that there are actually UWP developers (me :)) that would like use your library