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

UAP nuspec missing reference to MvvmCross.Forms.Presenter.Core.* dll #42

Closed CherechesC closed 8 years ago

CherechesC commented 8 years ago

I tried installing the Nuget package for a UWP app, but the nuget specs don't refer to MvvmCross.Forms.Presenter.Core.* for the UAP part, and this in turn leads to a missing assembly.

Can you please correct this issue, and publish an updated Nuget package?

lothrop commented 8 years ago

MvvmCross.Forms.Presenter.Core.* seems to be missing here: https://github.com/MvvmCross/MvvmCross-Forms/blob/master/nuspec/MvvmCross.Forms.Presenter.nuspec#L77

CherechesC commented 8 years ago

@Cheesebaron Can you please push a nuget update with the new specs, as this is a blocking issue for me? I think you are the only one that handles the nuget packages at the moment.

Thanks a lot.

Cheesebaron commented 8 years ago

Done.