facebook twitter hatena line email

「Dotnet/インストール」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(mac設定)
行14: 行14:
 
<pre>
 
<pre>
 
# .NET Core SDK tools
 
# .NET Core SDK tools
export PATH="$PATH:/Users/mac1/.dotnet/tools"
+
export PATH="$PATH:/Users/[user1]/.dotnet/tools"
 
</pre>
 
</pre>
 +
 
==バージョン確認==
 
==バージョン確認==
 
<pre>
 
<pre>

2025年4月17日 (木) 05:41時点における版

インストール

9.0 https://dotnet.microsoft.com/ja-jp/download/dotnet/9.0

7.0 https://dotnet.microsoft.com/ja-jp/download/dotnet/7.0

6.0 https://dotnet.microsoft.com/ja-jp/download/dotnet/6.0

macについて

  • Arm64:appleのcpu
  • x64:intelのcpu

mac設定

~/.zprofile

# .NET Core SDK tools
export PATH="$PATH:/Users/[user1]/.dotnet/tools"

バージョン確認

% dotnet --version
9.0.101