azure-functions-templates icon indicating copy to clipboard operation
azure-functions-templates copied to clipboard

[Do Not Merge] Update v4 csproj template

Open jviau opened this issue 1 year ago • 2 comments

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.

jviau avatar Jan 26 '24 20:01 jviau

Should this also touch the F# project template?

mattchenderson avatar Jan 27 '24 02:01 mattchenderson

Hi @jviau , Is this PR required now or can be closed?

manvkaur avatar Jun 25 '25 18:06 manvkaur

@manvkaur I have updated the PR - it should be good to go now.

jviau avatar Jul 03 '25 20:07 jviau