ユーザ用ツール

サイト用ツール


サイドバー

dotnet:よく使うコマンド

よく使うコマンド

#バージョン確認
>dotnet --version
3.1.301

#コンソールアプリ作成
>dotnet new console -o myApp

#Webアプリの作成
>dotnet new mvc -o [ディレクトリ]

#アプリの実行
>dotnet run
dotnet/よく使うコマンド.txt · 最終更新: 2020/07/02 20:25 by ips