Im trying Blazor on a Mac OS Ventura. I have already Visual Studio Code installed and have installed .Net 8. However in Visual Studio Code I keep getting an error that the '.NET Core SDK cannot be located'. .Net 8 is however installed if i check with dotnet --version.
I have checked the pathing in my .bash_profile and addedexport PATH="/usr/local/share/dotnet/:$PATH", but this did didnt resolve the problem. Your help would be greately appreciated.