MathRandom
Femtopat
- Katılım
- 13 Şubat 2022
- Mesajlar
- 53
.Net 6.0 SDK kurulumunu yaptığımda CDM üzerinden dotnet --version yazdığımda aşağıdaki hatayı alıyorum:
SDK'yı buradan indirdim. VS Code terminal üzerinden dotnet watch run yazdığımda yukarıdaki hatanın aynısını alıyorum. Nasıl çözebilirim sorunu?
Could not execute because the application was not found or a compatible .NET SDK is not installed.
Possible reasons for this include:
* You intended to execute a .NET program:
The application '--version' does not exist.
* You intended to execute a .NET SDK command:
It was not possible to find any installed .NET SDKs.
Install a .NET SDK from:
.NET Downloads (Linux, macOS, and Windows)
SDK'yı buradan indirdim. VS Code terminal üzerinden dotnet watch run yazdığımda yukarıdaki hatanın aynısını alıyorum. Nasıl çözebilirim sorunu?