installing dotnet core 8 for visual studio

To get dotnet 8 sdk installer where you can just run from an executable, try this 

https://dotnet.microsoft.com/en-us/download/visual-studio-sdks

This helps to update the cli so you can run dotnet version etc. You still need to update VS2022 to be able to support dotnet 8. 


Comments