azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

Add an option to `func init` for language version

Open michaelpeng36 opened this issue 3 years ago • 1 comments

Described by https://github.com/Azure/azure-functions-core-tools/pull/3088#discussion_r915148607. The --target-framework option was added to the func init command to add support for .NET 7 templates. However, it would be great to have something more generic for other, non-.NET languages.

michaelpeng36 avatar Jul 07 '22 19:07 michaelpeng36

Unless you plan to change from --target-framework to a generic language flag before releasing, I'd just close this issue. Once we release the flag, we probably won't remove it for .NET. In terms of other languages, IMO there's no need to track an issue until we actually need to support that scenario

ejizba avatar Jul 08 '22 00:07 ejizba