Skip to content

Commit 0d9e2ef

Browse files
committed
Go back to just blazor for now until can sort out CI build issues.
1 parent 111a24a commit 0d9e2ef

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

docfx.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,13 @@
22
"metadata": [
33
{
44
"src": [
5-
{
6-
"files": ["*/*.csproj"],
7-
"src": "../ServiceStack/ServiceStack/src/",
8-
"exclude": [
9-
"**/bin/**",
10-
"**/obj/**"
11-
]
12-
},
135
{
146
"files": ["*/*.csproj"],
157
"src": "../ServiceStack/ServiceStack.Blazor/src/",
168
"exclude": [
179
"**/bin/**",
1810
"**/obj/**"
1911
]
20-
},
21-
{
22-
"files": ["*/*.csproj"],
23-
"src": "../ServiceStack/ServiceStack.OrmLite/src/",
24-
"exclude": [
25-
"**/bin/**",
26-
"**/obj/**"
27-
]
28-
},
29-
{
30-
"files": ["*/*.csproj"],
31-
"src": "../ServiceStack/ServiceStack.Redis/src/",
32-
"exclude": [
33-
"**/bin/**",
34-
"**/obj/**"
35-
]
36-
},
37-
{
38-
"files": ["*/*.csproj"],
39-
"src": "../ServiceStack/ServiceStack.Text/src/",
40-
"exclude": [
41-
"**/bin/**",
42-
"**/obj/**"
43-
]
4412
}
4513
],
4614
"dest": "api",

0 commit comments

Comments
 (0)