Skip to content

Commit

Permalink
Clean up the project.json file in the Openchain.Server project
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavien committed Jan 7, 2016
1 parent 2b24fc4 commit 84b7c4a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/Openchain.Server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"iconUrl": "https://www.openchain.org/package.png",
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",

"userSecretsId": "Openchain.Server",

"compilationOptions": {
"allowUnsafe": false,
"emitEntryPoint": true
Expand All @@ -30,10 +28,6 @@
"Openchain.Infrastructure": "0.5.0-rc1-*"
},

"commands": {
"start": "Microsoft.AspNet.Hosting --webroot \"Webroot\" --server Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:8080"
},

"frameworks": {

"dnxcore50": {
Expand All @@ -43,14 +37,5 @@
},

"dnx451": { }
},

"exclude": [
],

"publishExclude": [
"**.xproj",
"**.user",
"**.vspscc"
]
}
}

0 comments on commit 84b7c4a

Please sign in to comment.