且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何更改默认dnx版本为Visual Studio Code?

更新时间:2022-12-04 18:10:39

dnvm use VERSION -p

-p是持久性的,您可以不使用-p来仅为当前会话设置版本.

where -p is persistent, you can use without it to set version just for the current session.

示例

dnvm use 1.0.0-beta4

dnvm use 1.0.0-beta4 -p