forked from OmniSharp/generator-aspnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Rename build options in configuration (OmniSharp#671)"
This reverts commit 917740f. The builds are failing under .NET Command Line Tools (1.0.0-rc2-002485) starting from this commit. The commit was found using git bisect tool: 917740f is the first bad commit commit 917740f Author: Peter Blazejewicz <[email protected]> Date: Fri May 6 22:19:05 2016 +0200 Rename build options in configuration (OmniSharp#671) See aspnet/Templates#536 :040000 040000 1dcdfa62565e51d87aafd32b5b279df6b87570b0 db3df7d2f0358c095ab053c4d3be0f8c1749c8db M templates Thanks!
- Loading branch information
1 parent
a810c2b
commit b86386d
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "1.0.0-*", | ||
"buildOptions": { | ||
"compilationOptions": { | ||
"emitEntryPoint": true | ||
}, | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "1.0.0-*", | ||
"buildOptions": { | ||
"compilationOptions": { | ||
"emitEntryPoint": true | ||
}, | ||
"tooling": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters