currently I have core 5.0 version installed.Somehow i want to unstall the existing version .so how to unstall it properly from windows 10?
currently I have core 5.0 version installed.Somehow i want to unstall the existing version .so how to unstall it properly from windows 10?
Hi @rinkusai-6806,
Since, you have installed .NET 5 version, I suppose your Visual Studio version should be Visual Studio 2019 16.8 or later. If that is the case, I suggest not uninstalling the .NET 5 runtime. Because there have many components depend on it. If uninstall them, it will cause these components not working.
To uninstall the dotnet core 5 Runtime via the Visual Studio Installer, open the Visual Studio Installer, find the Visual Studio 2019 and click the "Modify" button, then, choose the "Individual Components" option, unchecked the ".NET 5.0 Runtime". Then, it will show a prompt message, if you click the remove button to continue remove the .NET 5 runtime, it will remove the component and any items that depend on the .NET 5 runtime. After that when you create new .NET Core application, there are no templates to choose from.
So, I suggest don't remove the dotnet core 5 Runtime in the Visual Studio Installer.
2 people are following this question.