What do I have to do to get the latest Function Runtime Version running locally?
I'm developing isolated v4 app with .NET 6. Version 4.15.0 was released a week ago. Source. But when I run the project, it is using v4.13.0.19486. I've tried to explicitly set the version in app settings with the FUNCTIONS_EXTENSION_VERSION setting with no success. Updated Azure Functions Core Tools and VS to the latest version. Not sure what more I have to do.
Late answer, but it turned out that had to wait until Functions Core Tools gets updated with the Function Runtime Version included and update Functions Core Tools.