The dnx of the old version of ASP. NET 5 will not be deleted, and if you want to delete the old version of DNX, you can complete the following command
First open cmd or powershell
1. Enter DNVM first to see if there are uninstall in the command
2. If not, upgrade DNVM first
DNVM update-self
3. If you have uninstall, you can execute the following command
DNVM List
The results are broadly as follows:
Active Version Runtime Architecture operatingsystem Alias------------- --------------------------------------- 1.0.0-beta4 coreclr x64 win 1.0.0-beta4 coreclr x86 win 1.0.0- Beta5 coreclr x64 win 1.0.0-beta5 coreclr x86 win 1.0.0-rc1- Final CLR x64 win * 1.0.0-rc1-final CLR x86 win default 1.0.0-rc1-final coreclr x64 win 1.0.0-rc1-final coreclr x86 win
Note the results in version Runtime Architecture three fields
4. If you want to delete one of these versions, you can do so by using a statement like this
DNVM Uninstall 1.0.0-beta5-arch x86-runtime coreclr
DNVM Uninstall "version"-arch "schema"-runtime "Runtime"
ASP. NET 5 DNX SDK Delete old version