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
ExecutionContextusing statement with alias andPropertiesfolder includes removed
AspNetCoreframework ref moved to separate item group.- Empty lines added to separate item and property groups
- Adding
Microsoft.Azure.Functions.Worker.Extensions.Httppackage removed.
Should this also touch the F# project template?
Hi @jviau , Is this PR required now or can be closed?
@manvkaur I have updated the PR - it should be good to go now.