microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
90 stars 35 forks source link

Let users specify .NET version when adding an HTTP Function #761

Closed alexweininger closed 1 month ago

alexweininger commented 1 year ago

See #759 for details, but tl;dr is we need to not only allow creating .NET 7.0 Functions, we also need to give users a choice between .NET 6.0 and 7.0 instead of defaulting to 6.0.

thomasgauvin commented 10 months ago

Now with .NET 8, we should allow users the ability to choose .NET 8, and default to .NET 8 (currently we default to .NET 6) @nturinski

motm32 commented 1 month ago

This should be taken care of by this PR which is now released through the v1.15.2 of the functions extension.