You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to upgrade from 1.3.3 to 1.3.4 and VS warns about incompatible versions:
Warning The primary reference "QRCoder, Version=1.3.4.0, Culture=neutral, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.5" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".
Downgrading to 1.3.3 removes this warning.
(My app still needs to support WinXP, so I cannot use .net 4.5)
The text was updated successfully, but these errors were encountered:
thanks for the feedback. This change came with this commit 8f98cae#diff-6adc18d6504da52c22fbd4da68d973ee which was part of one of the merge requests. I'll try to change it back to 4.0. If it recompiles without errors, I'll publish a new version within the next hours.
I just tried to upgrade from 1.3.3 to 1.3.4 and VS warns about incompatible versions:
Warning The primary reference "QRCoder, Version=1.3.4.0, Culture=neutral, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.5" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".
Downgrading to 1.3.3 removes this warning.
(My app still needs to support WinXP, so I cannot use .net 4.5)
The text was updated successfully, but these errors were encountered: