-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dotnet


> Cross platform .NET command-line tools for .NET Core.

> Some subcommands such as `dotnet build` have their own usage documentation.

More information.


Initialize a new .NET project:

dotnet new {template_short_name}

Restore NuGet packages:

dotnet restore

Build and execute the .NET project in the current directory:

dotnet run

Run a packaged dotnet application (only needs the runtime, the rest of the commands require the .NET Core SDK installed):

dotnet {path/to/application.dll}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:41:33 2024