「Dotnet/インストール」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→バージョン確認) |
|||
行8: | 行8: | ||
*x64:intelのcpu | *x64:intelのcpu | ||
+ | ==mac設定== | ||
+ | ~/.zprofile | ||
+ | <pre> | ||
+ | # .NET Core SDK tools | ||
+ | export PATH="$PATH:/Users/mac1/.dotnet/tools" | ||
+ | </pre> | ||
==バージョン確認== | ==バージョン確認== | ||
<pre> | <pre> |
2025年4月17日 (木) 05:38時点における版
インストール
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/mac1/.dotnet/tools"
バージョン確認
% dotnet --version 9.0.101