From 4aa26e06557bc89964127a6f31e4753e08ea524d Mon Sep 17 00:00:00 2001 From: Matthias Dittrich Date: Sun, 23 Sep 2018 00:48:11 +0200 Subject: [PATCH] Add DotnetCliToolTargetFramework, see https://github.com/fsharp/FAKE/issues/2097 --- build.proj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.proj b/build.proj index f868546..633bcf3 100644 --- a/build.proj +++ b/build.proj @@ -3,6 +3,8 @@ netstandard2.0 + + netcoreapp2.0 @@ -25,4 +27,4 @@ - \ No newline at end of file +