Browse Source
Update docfx.json to support NS2.0
Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com>
pull/1484/head
Still Hsu
5 years ago
No known key found for this signature in database
GPG Key ID: C176DD7907FF62A7
1 changed files with
1 additions and
1 deletions
-
docs/docfx.json
|
|
@@ -9,7 +9,7 @@ |
|
|
|
"dest": "api", |
|
|
|
"filter": "filterConfig.yml", |
|
|
|
"properties": { |
|
|
|
"TargetFramework": "netstandard1.3" |
|
|
|
"TargetFramework": "netstandard2.0" |
|
|
|
} |
|
|
|
}], |
|
|
|
"build": { |
|
|
|