Remove usage of default alias
parent
8080f1b325
commit
63461997d1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue