Azure / azure-functions-templates

Azure functions templates for the azure portal, CLI, and VS
MIT License
344 stars 196 forks source link

[Do Not Merge] Update v4 csproj template #1502

Open jviau opened 8 months ago

jviau commented 8 months ago

Updates v4 csproj templates:

  1. Update worker SDK package to 1.17.0 (not released yet, do not merge until this is released)
  2. Remove unneeded contents:
    • local.settings.json and host.json defaults are now part of the SDK itself
    • ExecutionContext using statement with alias and Properties folder includes removed
  3. AspNetCore framework ref moved to separate item group.
  4. Empty lines added to separate item and property groups
  5. Adding Microsoft.Azure.Functions.Worker.Extensions.Http package removed.
mattchenderson commented 8 months ago

Should this also touch the F# project template?