❔ Stuck making trying to run a dotnet new conole for new folder
I am getting the error, when I am trying to follow a tutorial on how to learn C#.
PS C:\Users-------\OneDrive\Desktop\My Awesome Project> dotnet new console
It was not possible to find any installed .NET Core SDKs
Did you mean to run .NET Core SDK commands? Install a .NET Core SDK from:
https://aka.ms/dotnet-download
PS C:\Users\Sam's Level\OneDrive\Desktop\My Awesome Project>
Any and all help would be greatly appreciated.
Microsoft
.NET Downloads (Linux, macOS, and Windows)
Official .NET downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of applications.
6 Replies
Well, as it says, you don't have any SDK(s) installed
What happens if you do
dotnet --list-sdks
?I get PS C:\Users--------\OneDrive\Desktop\My Awesome Project>
Nothing happened
Install the sdk
Ok! I will give it a try, just to clarify, is that the .Net download it is telling me to do?
Yes
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.