Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add nuget packages to shared project

Tags:

c#

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.

like image 757
Allu Avatar asked Oct 17 '22 12:10

Allu


1 Answers

Shared project doesn't need to have any references/packages. You can try to install that packages to both each projects.

like image 156
Meteoric Avatar answered Oct 21 '22 08:10

Meteoric