From: Wonyoung Choi Date: Mon, 2 Sep 2019 09:48:19 +0000 (+0900) Subject: [Build] Set rollForwardOnNoCandidateFx in APITool for using .NETCore 3.0 runtime X-Git-Tag: submit/tizen/20190902.185212~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f53d9dcc6d63d8b9620b29a5132a023a7c934ce8;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Build] Set rollForwardOnNoCandidateFx in APITool for using .NETCore 3.0 runtime --- diff --git a/tools/bin/APITool.runtimeconfig.json b/tools/bin/APITool.runtimeconfig.json index 7539019b1..62f4b3cbb 100644 --- a/tools/bin/APITool.runtimeconfig.json +++ b/tools/bin/APITool.runtimeconfig.json @@ -4,6 +4,7 @@ "framework": { "name": "Microsoft.NETCore.App", "version": "2.0.0" - } + }, + "rollForwardOnNoCandidateFx": 2 } -} \ No newline at end of file +}