Uable to run Azure time triggered function in Visual studio
RajeshPandian
25
Reputation points
I created an Azure function in .NetCore 2.0 and I am able to run it. But I need to refer to a project which was created in .Net 6.0. So I changed the target framework to 6.0. I could not run the function locally because I was getting Runtime not available suddenly
I installed Microsoft.NET.Sdk.Functions" Version="4.6.0". Downloaded and executed azure-functions-core-tool 4.0.6610. But I am getting the error 'There is no Runtime available that matches the version specified in the project' Can someone let me know what I missed?
Sign in to answer