Samples/Example001CSharp solution needs update on the Xamarin.Forms NuGet packages. When you do so, the old entries in .csproj are not updated, so it still throws an error if it cannot find the old targets file.
But I uploaded Xamarin.Forms to 2.3.0.38-pre2 and there is an entry for error for that package so the above line has to be deleted.
Steps to reproduce
Open Samples/Example001CSharp solution.
Update NuGet packages for the solution.
Build and get the above error.
See .csproj files of the updated solution.
Expected behavior
The old entries should be removed and there should be no errors.
Actual behavior
Above error is thrown and execution ends.
Configuration
Version: 4.1.4
Platform: iOS/Android/Windows UWP,
NOTE: This can be related to Xamarin.Forms, not MvvmCross-Forms but it would be nice if you can check the outdated libraries and re-upload the solutions because most of the solutions in this repo do not work out of the box. I am filing the same error to Xamarin as well.
Samples/Example001CSharp solution needs update on the Xamarin.Forms NuGet packages. When you do so, the old entries in .csproj are not updated, so it still throws an error if it cannot find the old targets file.
But I uploaded Xamarin.Forms to 2.3.0.38-pre2 and there is an entry for error for that package so the above line has to be deleted.
Steps to reproduce
Expected behavior
The old entries should be removed and there should be no errors.
Actual behavior
Above error is thrown and execution ends.
Configuration
Version: 4.1.4
Platform: iOS/Android/Windows UWP,
NOTE: This can be related to Xamarin.Forms, not MvvmCross-Forms but it would be nice if you can check the outdated libraries and re-upload the solutions because most of the solutions in this repo do not work out of the box. I am filing the same error to Xamarin as well.