Remove comments from project.json

This commit is contained in:
Troy Dai 2015-05-12 14:11:22 -07:00
parent 241a1040ab
commit 16c5addf79
2 changed files with 3 additions and 7 deletions

View File

@ -42,10 +42,6 @@
"Kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5104",
"run": "run server.urls=http://localhost:5103"
},
/*"scripts": {
"postrestore": [ "npm install" ],
"prepare": [ "grunt bower:install" ]
},*/
"frameworks": {
"dnx451": {},
"dnxcore50": {}

View File

@ -6,13 +6,13 @@
"version": "1.0.0-*",
"compilationOptions": { "warningsAsErrors": true, "define": [ "DEMO", "TESTING" ] },
"compile": [
"../../test/E2ETests/compiler/shared/**/*.cs" // This code is for testing only.
"../../test/E2ETests/compiler/shared/**/*.cs"
],
"publishExclude": "*.cmd",
"webroot": "wwwroot",
"dependencies": {
"EntityFramework.SqlServer": "7.0.0-*",
"EntityFramework.InMemory": "7.0.0-*", // For Mono.
"EntityFramework.InMemory": "7.0.0-*",
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-*",
@ -31,7 +31,7 @@
"Microsoft.AspNet.SignalR.Server": "3.0.0-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
"Microsoft.AspNet.Tooling.Razor": "1.0.0-*",
"Microsoft.Framework.Caching.Distributed": "1.0.0-*", // For Session.
"Microsoft.Framework.Caching.Distributed": "1.0.0-*",
"Microsoft.Framework.CodeGenerators.Mvc": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*",
"Microsoft.Framework.Logging.Console": "1.0.0-*"