azure-functions-templates
azure-functions-templates copied to clipboard
[Do Not Merge] Update v4 csproj template
Updates v4 csproj templates:
- Update worker SDK package to 1.17.0 (not released yet, do not merge until this is released)
- Remove unneeded contents:
- local.settings.json and host.json defaults are now part of the SDK itself
-
ExecutionContext
using statement with alias andProperties
folder includes removed
-
AspNetCore
framework ref moved to separate item group. - Empty lines added to separate item and property groups
- Adding
Microsoft.Azure.Functions.Worker.Extensions.Http
package removed.