Remove comments from project.json
This commit is contained in:
parent
241a1040ab
commit
16c5addf79
|
|
@ -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": {}
|
||||
|
|
|
|||
|
|
@ -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-*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue