From 2838b1755cd69d08fb60c6d2bcb4af1e3186a2dc Mon Sep 17 00:00:00 2001 From: Still Hsu <5843208+Still34@users.noreply.github.com> Date: Sun, 24 Nov 2019 12:40:56 +0800 Subject: [PATCH] Update docfx.json to support NS2.0 Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com> --- docs/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index 17cf72388..dc1cec14b 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -9,7 +9,7 @@ "dest": "api", "filter": "filterConfig.yml", "properties": { - "TargetFramework": "netstandard1.3" + "TargetFramework": "netstandard2.0" } }], "build": {