Search code examples
c#.netuwpdependencies.net-native

Multiple framework dependencies matching [UWP]


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


Solution

  • 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.