Reputation: 53
I created shared project on visual studio and I'm like to make UWP, WINPHONE, Xamarin using MVVMCross. But seems can't add Nuget package to shared project. I'm not sure, If I'd like to make ViewModel in shared project, I need to include MVVMCross sdk in the project. How can I solve this problem? Thanks.
Upvotes: 5
Views: 2338
Reputation: 146
Shared project doesn't need to have any references/packages. You can try to install that packages to both each projects.
Upvotes: 3