Version Number of Plugin: 3.1.0
Device Tested On: Samsung S5 Neo
Simulator Tested On:
Version of VS: 2017 15.5.7
Version of Xamarin: 4.8.0.760
Versions of other things you are using: Xamarin Forms app with .NET Standard 2.0
Steps to reproduce the Behavior
Create a new Xamarin Forms app and choose .Net Standard 2.0
Install the package in a .NET Standard 2.0 project (not PCL)
Expected Behavior
Package installed
Actual Behavior
It installs on the Android and iOS project, but not in the .Net Standard 2.0 project
Bug Information
Version Number of Plugin: 3.1.0 Device Tested On: Samsung S5 Neo Simulator Tested On: Version of VS: 2017 15.5.7 Version of Xamarin: 4.8.0.760 Versions of other things you are using: Xamarin Forms app with .NET Standard 2.0
Steps to reproduce the Behavior
Expected Behavior
Package installed
Actual Behavior
It installs on the Android and iOS project, but not in the .Net Standard 2.0 project
Code snippet
var appVersion = CrossDeviceInfo.Current.AppVersion;
Screenshotst