Using the linked tutorial it appears as though the dependency on Microsoft.Azure.NotificationHubs is necessary to send push messages through the Azure Notification Hub. Unfortunately this is not compatible with netcoreapp1.0, It is however compatible with 4.5.
Is there a corresponding package that is core compatible? Searching the docs hasn't revealed much.
https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-ios-get-started-push/