We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e191b commit 699d02dCopy full SHA for 699d02d
1 file changed
docs/docfx.json
@@ -4,7 +4,10 @@
4
"src": [
5
{
6
"src": "..",
7
- "files": ["src/Core/**.csproj"]
+ "files": [
8
+ "src/Core/**.csproj",
9
+ "src/Attributes/**.csproj"
10
+ ]
11
}
12
],
13
"dest": "api",
0 commit comments