Hi,
I am using MvvmCross 5.6.3.
I tried adding MvvmCross.Plugin.Location.Fused 5.6.3.
The output from Package Manager:
Package 'MvvmCross.Plugin.Visibility 5.6.3' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
Package 'PCLStorage 1.0.2' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
Package MvvmCross.Plugin.Location.Fused 5.6.3 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package MvvmCross.Plugin.Location.Fused 5.6.3 supports: monoandroid (MonoAndroid,Version=v0.0)
Package restore failed. Rolling back package changes for'DigitalWorkReport.Core'.
Time Elapsed: 00:00:00.2757496
========== Finished ==========
Questions:
1. How can I add MvvmCross.Plugin.Location.Fused 5.6.3?
2. What is the correct Target Framework for MvvmCross 5.6.3?
3. Where are the .NET dependencies for MvvmCross defined?
Thank you, Marc
This conversation took place on GitHub: https://github.com/MvvmCross/MvvmCross/issues/2607
Answers
This conversation took place on GitHub: https://github.com/MvvmCross/MvvmCross/issues/2607