Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
99 stars 67 forks source link

Prevent projects targeting netstandard (instead of netcoreapp) #373

Open mhoeger opened 4 years ago

mhoeger commented 4 years ago

There can be issues if someone relies on a native dependency but creates a netstandard app. Recently, some people experienced issues because of an upgrade in AspNetCore.App versions

https://github.com/Azure/azure-functions-host/issues/5535

mhoeger commented 4 years ago

cc: @fabiocav @soninaren