dotnetCore_on_Linux_1

Linux上で.NET Coreを使う

1. .NET Core SDKのインストール

公式サイト

1
sudo dnf install dotnet-sdk-8.0

2. プロジェクトの作成

1
dotnet new console -o myApp

3. プロジェクトのビルド

1
2
3
cd myApp

dotnet build

4. プロジェクトの実行

1
dotnet run

“Hello, World!”と表示されれば成功です。

You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

コメント

You forgot to set the shortname for Disqus. Please set it in _config.yml.
You need to set client_id and slot_id to show this AD unit. Please set it in _config.yml.