Shared Projects with Nuget in Visual Studio

  • Thread starter Thread starter dutchdavey
  • Start date Start date
D

dutchdavey

Guest
Dont know where to start so Ill start here..

Im trying to write a cross platform app, with Native UIs. Ive taken the shared project approach.

Once the UI has processed in the .Android,.Ios & .UWP projects I call to my data services project which is shared.


However I've found I cant load any NUget packages into the shared project, including System.Data.Sqlclient!!

How can I accomplish this? I need to be able to put meaningful code in my shared project, I dont want to have to write the same code in all three projects.


Any Ideas?

Continue reading...
 
Back
Top