From 51ab260fe63c2a4d2f0f8f89f4fbf675782a1480 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 6 Dec 2017 12:31:27 -0500 Subject: [PATCH] remove framework netcore2.0 target for now - setup installer does not pick correct output --- src/Console/Console.csproj | 2 +- src/Core/Core.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Console/Console.csproj b/src/Console/Console.csproj index 56e19f91..19c610bb 100644 --- a/src/Console/Console.csproj +++ b/src/Console/Console.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.0;net461 + net461 Bit.Console diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index f309a616..7fa826bb 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -1,7 +1,7 @@ - netstandard2.0;net461 + net461 Bit.Core Core