From 3fee326a207e6b328b16ea41b63e97b0cf17d631 Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Sat, 14 Sep 2019 17:07:46 +0300 Subject: [PATCH] TargetFramework fix. --- docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index 251964c..3ebf7eb 100644 --- a/docfx.json +++ b/docfx.json @@ -9,7 +9,7 @@ } ], "dest": "obj/api", - "properties": { "TargetFramework": "netstandard1.5" } + "properties": { "TargetFramework": "netstandard2.0" } } ], "build": {