Uable to run Azure time triggered function in Visual studio

RajeshPandian 25 Reputation points
2024-11-19T14:38:54.2833333+00:00

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?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,157 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.