Today, I was following multiple tutorial to run a C# application on Linux but always got stuck at the command dnu restore
which was returning me a not found
error. Later on, I found out this page which seems to indicate that the new command is dotnet restore
and when I tried it, it worked.
Are the dnu
and dnx
commands completely replaced?
Also, is there some documentation somewhere about the dotnet
commands?