lukevp / ESC-POS-.NET

Efficient, Easy to Use Thermal Printing & POS (Windows/Linux/OSX, WiFi/BT/USB/Ethernet)
MIT License
522 stars 171 forks source link

Bumps ImageSharp to version 2.1.0 #175

Closed msangtarash closed 2 years ago

msangtarash commented 2 years ago

This is a successor to #166 The AOT issue that I had in my app gets fixed by ImageSharp 2.0, but a few steps later, I got another different AOT exception which gets resolved by using ImageSharp 2.1 only I've also updated test project to .net 6 to make contributions even easier

lukevp commented 2 years ago

Thanks @jksware and @msangtarash for the contribution! Great work!