I have a web.api project targeting netcoreapp1.1, when I try to:
Install-Package Microsoft.AspNetCore.AzureAppServicesIntegration
I get an the error:
Install-Package : One or more packages are incompatible with .NETCoreApp,Version=v1.1.
Full error here: http://en.pastebin.ca/3779287
Seems like some dependecies:
* Microsoft.Data.Services.Client
What should I do?
- Add a second framework target? Defeats the purpose of using netcoreapp.
Any other tools which can be used for logging files into azure? I can add a blob and assign it to the filesystem of the app, but wanted to hear other ideas.
Thanks