saturdaymp/XPlugins.Notifications

Can't Install the Notifications Plugin in .NET Standard Projects

Closed this issue · 1 comments

When trying to install the Notifications Plugin in a .NET Standard project the following error is raised:

Package SaturdayMP.XPlugin.Notifications 0.2.0 is not compatible with netstandard1.5 (.NETStandard,Version=v1.5). Package SaturdayMP.XPlugin.Notifications 0.2.0 supports:

  • monoandroid10 (MonoAndroid,Version=v1.0)
  • net (.NETFramework,Version=v0.0)
  • xamarinios10 (Xamarin.iOS,Version=v1.0)

Added the profile 111 as a target to the NuSpec file and this seems to fix the problem.