Visual Studio Codeで.Hello World on .NET 5

VS Codeで.NET 5 のアプリケーション開発するための環境準備

f:id:GearDolls:20201223222732p:plain

 

開発フォルダに移動後、Terminalを開く。

 

f:id:GearDolls:20201223223000p:plain

 

dotnet sdkがインストールされていないので、インストールする。

 

ダウンロード元は、Download .NET 5.0 (Linux, macOS, and Windows) (microsoft.com)

 

f:id:GearDolls:20201223223420p:plain

 

インストーラをダウンロード後、VS Codeを再起動して、確認。

 

f:id:GearDolls:20201223223652p:plain

 

成功しているので、次。 C#をインストール。

 

 

f:id:GearDolls:20201223223823p:plain

 

C#Hello World

 

f:id:GearDolls:20201223224048p:plain

f:id:GearDolls:20201223224136p:plain

 

go on developing...