赞
踩
dotnet --list-sdks
dotnet --info
open -e ~/.bash_profile
添加如下内容
export DOTNET_ROOT=/usr/local/share/dotnet
export PATH=$PATH:$DOTNET_ROOT
终端重新加载配置文件
source ~/.bash_profile
重启系统生效
dotnet new console --framework net6.0 --use-program-main
dotnet run
1、安装vscode插件【Visual NuGet】
2、vscode中在.csproj文件上右键,点击菜单Visual NuGet:Manage Packages,之后就可以像vs中一样使用Nuget管理包。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。