From 63461997d1c4eea5f488d2be1ec2c3de3efda0d6 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 26 Jun 2015 10:56:06 -0700 Subject: [PATCH] Remove usage of default alias --- mvc/views/view-components.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mvc/views/view-components.rst b/mvc/views/view-components.rst index 028547f2a2..88cd36f81f 100644 --- a/mvc/views/view-components.rst +++ b/mvc/views/view-components.rst @@ -54,10 +54,10 @@ Download the ASP.NET 5 starter project .. code-block:: none - dnvm use default + dnvm use 1.0.0-beta5 dnx . ef migration apply -- **dnvm** : The .NET Version Manager, a set of command line utilities that are used to update and configure .NET Runtime. The command ``dnvm use default`` instructs the .NET Version Manager to add the ASP.NET 5 runtime to the ``PATH`` environment variable for the current shell. For ASP.NET 5 Beta 5, the following is displayed: +- **dnvm** : The .NET Version Manager, a set of command line utilities that are used to update and configure .NET Runtime. The command ``dnvm use 1.0.0-beta5`` instructs the .NET Version Manager to add the 1.0.0-beta5 version of the ASP.NET 5 runtime to the ``PATH`` environment variable for the current shell. For ASP.NET 5 Beta 5, the following is displayed: .. code-block:: none