.pri files problem
I notice that when I install package from Nuget Package (v.2.2.0) to my win8.1/winPhone8.1 project (VS2015.II) I got .pri file error... (I checked Not only one project !)
I just change UniversalRateReminder.pri to xxxUniversalRateReminder.pri and everything work, but I think this is not best solution for this ;(
On win10 universal project is ok
Piotr
Thanks Piotr. I had the same problem and I solved changing UniversalRateReminder.pri to xxxUniversalRateReminder.pri :) but it's no good. The probelm was only in my win 8.1. In winPhone8.1 project everything went fine :( Thank a lot. Mauro
yes i also ran into the Problem....
I also could solve it, by renaming the file...
Thanks a lot...