Skip to content

Commit

Permalink
Merge pull request DapperLib#538 from cremor/fix-syntax-errors
Browse files Browse the repository at this point in the history
Fixed some syntax errors in project.json files
  • Loading branch information
NickCraver authored Jun 29, 2016
2 parents be5f196 + 855d8e0 commit f25f072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dapper.Contrib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"buildOptions": {
"warningsAsErrors": true,
"compile": {
"include:": [
"include": [
"**/*.cs"
],
"includeFiles": [
Expand Down
2 changes: 1 addition & 1 deletion Dapper.Rainbow/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"buildOptions": {
"warningsAsErrors": true,
"compile": {
"include:": [
"include": [
"**/*.cs"
],
"includeFiles": [
Expand Down
2 changes: 1 addition & 1 deletion Dapper.Tests.Contrib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"emitEntryPoint": true,
"debugType": "portable",
"compile": {
"include:": [
"include": [
"**/*.cs"
],
"includeFiles": [
Expand Down

0 comments on commit f25f072

Please sign in to comment.