ASP. NET 5 DNX SDK Delete old version

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.