I work with the basic .NET software and I see that some Azure packages are incompatible, like NotificationHubs and SendGrid :
Package Microsoft.Azure.NotificationHubs 1.0.5 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0) The dependency SendGrid.CSharp.HTTP.Client 2.0.4 does not support framework .NETCoreApp, Version=v1.0
I was just trying to add NotificationHubs and SendGrid. I have not even tried any ActiveDirectory packages.
Does anyone have any idea if some of these packages will be compatible soon? Or maybe I'm doing something wrong? Or is there a way in a .NET application to link to an old package?
Thanks!
source share