codebude / QRCoder

A pure C# Open Source QR Code implementation
MIT License
4.59k stars 1.09k forks source link

Dotnet 5 #258

Closed PedrooNL closed 3 years ago

PedrooNL commented 3 years ago

Type of issue

[ ] Bug
[ ] Question (e.g. about handling/usage)
[ x] Request for new feature/improvement

Expected Behavior

Current Behavior

Possible Solution (optional)

Steps to Reproduce (for bugs)

Your Environment

Hi, will qrcoder be dotnet 5 compattible?

codebude commented 3 years ago

Hi @PedrooNL ,

QRCoder is already .NET 5 compatible. As stated over here:

"[...] However, if you plan to share code between .NET Framework, .NET Core, and .NET 5 workloads, you can do so by specifying netstandard2.0 as your TFM. [...]"

...libraries compiled against .NET Standard 2.0 target can be used in .NET 5 apps. Since QRCoder can be compiled against this target (and QRCoders Nuget package is compiled against this target) this should be no problem.