eclipse / aCute

Eclipse aCute - C# edition in Eclipse IDE
https://projects.eclipse.org/projects/tools.acute
Eclipse Public License 2.0
78 stars 33 forks source link

dotnet version failed #174

Closed shivams07 closed 2 years ago

shivams07 commented 5 years ago

image

eriawan commented 5 years ago

@shivams07 Could you give us more information on the available .NET Core SDK on your machine?

The quickest way to do this is by opening command prompt and type dotnet --info on the command prompt.

dtochtermann commented 4 years ago

The same with me.

Here the output of dotnet --info

C:\Users\dt>dotnet --info .NET Core SDK (gemäß "global.json"): Version: 3.1.100 Commit: cd82f021f4

Laufzeitumgebung: OS Name: Windows OS Version: 10.0.18363 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\3.1.100\

Host (useful for support): Version: 3.1.0 Commit: 65f04fb6db

.NET Core SDKs installed: 3.1.100 [C:\Program Files\dotnet\sdk]

.NET Core runtimes installed: Microsoft.AspNetCore.App 3.1.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 3.1.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 3.1.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download

C:\Users\dt>

eriawan commented 2 years ago

Strange. I cannot reproduce this.

I'm closing this for now.