CsvHelper.Excel icon indicating copy to clipboard operation
CsvHelper.Excel copied to clipboard

Remove Dependency on System.Drawing.Common

Open marshallwp opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Support for System.Drawing.Common was depricated for non-Windows OSs in .NET 6 and removed entirely in .NET 7. Unfortunately, the version of ClosedXML CsvHelper.Excel currently uses requires it, however ClosedXML v0.97 removes this dependency.

Describe the solution you'd like Update to ClosedXML v0.97 to eliminate the dependency and allow this project to work cross-platform in .NET 7.

marshallwp avatar Nov 29 '22 23:11 marshallwp