Tagliatti / NetBarcode

Barcode generation library written in C# and .NET Standard 2
MIT License
337 stars 68 forks source link

Upgrade to .net6 #42

Open yangyiyi opened 1 year ago

yangyiyi commented 1 year ago

Hi,

Due to IronPDF version 2023.10.3 is using SixLabors version 1.0.0 and above, caused conflict with NetBarcode version and throwed exception of Method missing.

  1. Update Target Framework to .net6.
  2. Update dependency package.
  3. Update the method which is no longer in new version of the package.