Redth / ZXing.Net.Mobile

Barcode Scanner for Xamarin.iOS, Xamarin.Android, UWP and Tizen
MIT License
1.07k stars 701 forks source link

failed to resolve assemby zxing portable #991

Open agar89 opened 3 years ago

agar89 commented 3 years ago

I'm using zxing.net.mobile v3.1.0-beta2 but all of a sudden I can't build due to the following:

Failed to resolve assembly: 'zxing.portable, Version=0.16.2.0, Culture=neutral

I had to rollback to the latest stable version

bmanaha commented 2 years ago

I think I ran into this too. I resolved the issue by installing the library manually from the nuget manager. I think it was ZXing.Net by micjahn.

Hope it helps