Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Rename build options in configuration (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterblazejewicz committed May 6, 2016
1 parent d26d4db commit 917740f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/projects/consoleapp/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},

Expand Down
2 changes: 1 addition & 1 deletion templates/projects/emptyweb/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},

"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
Expand Down
2 changes: 1 addition & 1 deletion templates/projects/nancy/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"tooling": {
Expand Down
2 changes: 1 addition & 1 deletion templates/projects/web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
},

"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
Expand Down
2 changes: 1 addition & 1 deletion templates/projects/webapi/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},

"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
Expand Down
2 changes: 1 addition & 1 deletion templates/projects/webbasic/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},

"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
Expand Down

0 comments on commit 917740f

Please sign in to comment.