搭建 Sublime3 ASP.NET 5 Programming环境 for windows7

安装 KVM ,新版 asp.net 运行时版本管理系统,可以用来切换运行时的版本 开始菜单,找到 Windows Power Shell 右击以管理员身份运行,输入指令: 1 2 powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))" 以上为稳定