Reputation: 778
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.
Upvotes: 4
Views: 295
Reputation: 778
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.
Upvotes: 3