Skip to content

Commit f25f072

Browse files
authored
Merge pull request DapperLib#538 from cremor/fix-syntax-errors
Fixed some syntax errors in project.json files
2 parents be5f196 + 855d8e0 commit f25f072

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dapper.Contrib/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"buildOptions": {
2525
"warningsAsErrors": true,
2626
"compile": {
27-
"include:": [
27+
"include": [
2828
"**/*.cs"
2929
],
3030
"includeFiles": [

Dapper.Rainbow/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"buildOptions": {
2525
"warningsAsErrors": true,
2626
"compile": {
27-
"include:": [
27+
"include": [
2828
"**/*.cs"
2929
],
3030
"includeFiles": [

Dapper.Tests.Contrib/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"emitEntryPoint": true,
3434
"debugType": "portable",
3535
"compile": {
36-
"include:": [
36+
"include": [
3737
"**/*.cs"
3838
],
3939
"includeFiles": [

0 commit comments

Comments
 (0)