Skip to content

Commit af9e471

Browse files
Update docfx.json to include Reactive project and fix formatting (#883)
1 parent 89d4254 commit af9e471

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docfx/docfx.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,22 @@
55
{
66
"src": "../Neo4j.Driver/",
77
"files": [
8-
"Neo4j.Driver/Neo4j.Driver.csproj"
8+
"Neo4j.Driver/Neo4j.Driver.csproj",
9+
"Neo4j.Driver.Reactive/Neo4j.Driver.Reactive.csproj"
910
]
1011
}
1112
],
1213
"dest": "api",
14+
"msbuildProperties": {
15+
"TargetFramework": "net9.0"
16+
},
1317
"filter": "filterConfig.yaml",
1418
"includePrivateMembers": false,
1519
"disableGitFeatures": true,
1620
"disableDefaultFilter": false,
1721
"noRestore": false,
1822
"namespaceLayout": "flattened",
19-
"memberLayout": "separatePages ",
23+
"memberLayout": "separatePages",
2024
"EnumSortOrder": "declaringOrder",
2125
"allowCompilationErrors": false
2226
}

0 commit comments

Comments
 (0)