dotnet: add German translation (#4557)
This commit is contained in:
20
pages.de/common/dotnet.md
Normal file
20
pages.de/common/dotnet.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# dotnet
|
||||||
|
|
||||||
|
> Plattformübergreifende Kommandozeilenandwendungen für .NET Core.
|
||||||
|
> Mehr Informationen: <https://docs.microsoft.com/dotnet/core/tools/>.
|
||||||
|
|
||||||
|
- Ein neues .NET Projekt initialisieren:
|
||||||
|
|
||||||
|
`dotnet new {{template_name}}`
|
||||||
|
|
||||||
|
- nuget-Pakete wiederherstellen:
|
||||||
|
|
||||||
|
`dotnet restore`
|
||||||
|
|
||||||
|
- Das .NET Projekt im aktuellen Ordner bauen und ausführen:
|
||||||
|
|
||||||
|
`dotnet run`
|
||||||
|
|
||||||
|
- Eine gebaute dotnet-Applikation ausführen (Benötigt nur die Laufzeitumgebung. Die anderen Befehle benötigen auch den Entwicklungsteil):
|
||||||
|
|
||||||
|
`dotnet {{Pfad/zur/Anwendung.dll}}`
|
Reference in New Issue
Block a user