Upgraded Azure Function to .Net8 form .Net6 Throwing error on Start-up in visual studio 2022 17.8.9

  • Thread starter Thread starter Vats Ashish
  • Start date Start date
V

Vats Ashish

Guest
The upgrade was done manually and earlier it was targeting .net 6 and now we have upgraded to .net8. Error is in a pop window which says-There is no Functions runtime available that matches the version specified in the project.Attached image is my project file, which is a Azure Function.the listed SDks and Runtime information is as follows.C:\Users\abc>dotnet --list-sdks 8.0.104 [C:\Program Files\dotnet\sdk] C:\Users\abc>dotnet --list-runtimes Microsoft.AspNetCore.App 6.0.29 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 8.0.4 [C:\Program Files\dotnet

Continue reading...
 

Similar threads

Back
Top