Skip to content

Conversation

@lewis-green
Copy link

Updated all dependencies.

ESCPOS_NET to .Net Standard 2.1
Libraries to latest versions

@lukevp
Copy link
Owner

lukevp commented Feb 25, 2023

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!

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.

2 participants