Fixing project file

This commit is contained in:
Sebastien Ros 2014-05-12 14:52:41 -07:00
parent 575daeb0d6
commit 630bf3cc5e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"Microsoft.Framework.ConfigurationModel": "0.1-alpha-*", "Microsoft.Framework.ConfigurationModel": "0.1-alpha-*",
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*" "Microsoft.Framework.DependencyInjection": "0.1-alpha-*"
}, },
"commands": { "web": "Microsoft.AspNet.Hosting server.name=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" }, "commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
"configurations": { "configurations": {
"net45": { "net45": {
"dependencies": { "dependencies": {