Hi,
I installed console core on Revpi and it seems every thing is fine. but as I try to run a code with that I receive the error:
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
http://go.microsoft.com/fwlink/?LinkID= ... lcid=0x409
I searched but i couldn't find anything helpful in internet. the following is the codes in PuTTY:
pi@RevPi14524:~ $ dotnet --info
Microsoft .NET Core Shared Framework Host
Version : 2.0.9
Build : 1632fa1589b0eee3277a8841ce1770e554ece037
pi@RevPi14524:~ $ clear
pi@RevPi14524:~ $ dotnet --info
Microsoft .NET Core Shared Framework Host
Version : 2.0.9
Build : 1632fa1589b0eee3277a8841ce1770e554ece037
pi@RevPi14524:~ $ dotnet run
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
http://go.microsoft.com/fwlink/?LinkID= ... lcid=0x409
Installing Console core in Rev Pi
-
- Posts: 9
- Joined: 13 Sep 2019, 07:42
Re: Installing Console core in Rev Pi
Did you solve this? I run into the same issues, no tutorial online solves it.