microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
290 stars 133 forks source link

Fix fail to create containerized function apps with a .NET 7.0/8.0 containerized function project #4005

Closed motm32 closed 8 months ago

motm32 commented 8 months ago

Fixes #4003.

Needed to add the --target-framework tag so the dockerfile would have the correct .NET SDK.