lukevp / ESC-POS-.NET

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

Updated dependencies to latest #221

Open lewis-green opened 1 year ago

lewis-green commented 1 year ago

Updated all dependencies.

ESCPOS_NET to .Net Standard 2.1 Libraries to latest versions

lukevp commented 1 year ago

Thanks for the PR @lewis-green ! The upgrade of .net standard from 2.0 to 2.1 is not something I can accept though. .net standard 2.0 is chosen specifically because it has the widest compatibility with additional platforms. Check this page for more information. .NET Standard 2.1 is not compatible with full framework .NET at all, for example, which is a non-starter for this library as it would be commonly used in desktop POS systems which are often very slow or impossible to upgrade .NET versions (eg. they may be running on Windows 7 Embedded clients that are prohibitively expensive to upgrade). If you can stay on .NET Standard 2.0 and still upgrade the other libraries, I'd be happy to review and merge/release a new version!