Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help text for --dotnet-version points to out-of-support version #3437

Open
mattchenderson opened this issue Aug 25, 2023 · 0 comments · May be fixed by #3482
Open

help text for --dotnet-version points to out-of-support version #3437

mattchenderson opened this issue Aug 25, 2023 · 0 comments · May be fixed by #3482

Comments

@mattchenderson
Copy link
Contributor

func azure functionapp -h

Under the publish command...

--dotnet-version              Only applies to dotnet-isolated applications. Specifies the .NET version for the function app. For example, set to '5.0' when publishing a .NET 5.0 app.

.NET 5 is no longer supported. This example should be updated to .NET 6, which is the most recent GA LTS version.

Technically, it also shouldn't be "... publishing a .NET 6.0 app." but rather "... publishing a .NET 6 app.". Only the major version should be specified when using the brand term. The setting value for the parameter is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants