Multiple framework dependencies matching [UWP]

305 Views Asked by At

I have an issue with debugging my UWP application. In debug bug mode there is error but in release mode. I have this error and couldn't find any solution.

Any advice? Thanks.

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

I found the problem. It was ".net native shared library" version difference in ".nuget.targets" file. I updated all of them to same version and error disappeared. Thanks for assisting.