I am working on a xamarin forms application which targets android and ios. the app works fine when running both android and ios, but i also wanted to add support for UWP. I added a new project which targets windows and i have added all the packages, dependencies and reference to the core project and all that was required, but i keep getting this error when i try to run the app.
Cannot resolve Assembly or Windows Metadata file 'Shared.dll'
and
Type universe cannot resolve assembly: Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
I have no idea why i am getting this error, so if anyone has any information about this, it would be greatly appreciated.
Thanks