NET netcli shell commands
algemene info : Net framework
dotnet --info
alle installation info
.NET SDK (reflecting any global.json):
Base Path: /snap/dotnet-sdk/167/sdk/5.0.408/
Host (useful for support): Version: ~~5.0.9~~ 5.0.17 Commit: 6a98414363
.NET SDKs installed: ~~5.0.400~~ ==> 5.0.408 [/snap/dotnet-sdk/167/sdk]
.NET runtimes installed:
~~Microsoft.AspNetCore.App 5.0.9~~
~~Microsoft.NETCore.App 5.0.9~~
Microsoft.AspNetCore.App 5.0.17 [/snap/dotnet-sdk/167/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 5.0.17 [/snap/dotnet-sdk/167/shared/Microsoft.NETCore.App]
partial installed info :
dotnet --list-runtimes & dotnet --list-sdks
To install additional .NET runtimes or SDKs: https://aka.ms/dotnet-download
#### create a new project, configuration file, or solution based on the specified template.
dotnet new
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new
#### create an console application project in the current directory:
dotnet new console --language "VB" -o /mnt/data/