Installing Console core in Rev Pi

Topics about the Software of Revolution Pi
Post Reply
reza.mahdiani
Posts: 1
Joined: 11 Jun 2019, 02:20
Answers: 0

Installing Console core in Rev Pi

Post by reza.mahdiani »

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
FerreiraMlg
Posts: 9
Joined: 13 Sep 2019, 07:42
Answers: 0

Re: Installing Console core in Rev Pi

Post by FerreiraMlg »

Did you solve this? I run into the same issues, no tutorial online solves it.
Post Reply