~> App
Version
~> dotnet
Description
Install (execute in workspace terminal)
wrk install dotnet==6.0
Remarks and hints
# C#
dotnet new console -o MyApp
cd MyApp
dotnet run
You will need to reload terminal for this to work. If you wat to continue without reloading, exec
export PATH="$PATH:/home/abc/.dotnet/"
dotnet new console -o MyApp
cd MyApp
dotnet run
You will need to reload terminal for this to work. If you wat to continue without reloading, exec
export PATH="$PATH:/home/abc/.dotnet/"
Scripts
# Istall script # Start script!= Workspace compatibility
alnoda-workspace
compatible versions
2.*
alnoda-workspace
compatible versions
1.*
!= App compatibility
no compatibility requirements