MvvmCross / MvvmCross-Forms

Support for Xamarin.Forms on MvvmCross: The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
http://mvvmcross.com
6 stars 2 forks source link

References updated, .csproj old targets issue #48

Closed ilkeuygun closed 7 years ago

ilkeuygun commented 8 years ago

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

  1. Open Samples/Example001CSharp solution.
  2. Update NuGet packages for the solution.
  3. Build and get the above error.
  4. 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.

martijn00 commented 7 years ago

Should be fixed a while ago.