Remove unused dnx command

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-07-18 00:52:39 +03:00
parent 20bd4c799e
commit 9c099bc057
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001",
"install-sqlservercache": "Microsoft.Framework.Caching.SqlServer"
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001"
},
"dependencies": {
"Microsoft.AspNet.Server.IIS": "1.0.0-*",