Is there some way I can configure Visual Studio 2022 to use a specific version of the Azure Functions Core Tools and stop it from keep auto-updating the version?
Update
So I've managed to run some earlier versions of func.exe with earlier working builds of my code but I just keep getting error:
A host error has occurred during startup operation '00e57aab-bb85-42eb-8b4a-13e0c279b8ef'.
[2022-04-13T12:17:34.919Z] Microsoft.Azure.WebJobs.Extensions.DurableTask: Unable to find an Azure Storage connection string to use for this binding.
[2022-04-13T12:17:34.928Z] Using the default storage provider: AzureStorage.
Value cannot be null. (Parameter 'provider')
An update to VS2022 must have blown something low-level up in my local environment.



