From b042fc55436f4f6c4c4f8663c592f7ad8a6bc3b5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 26 Feb 2019 11:33:09 -0500 Subject: [PATCH] remove net471. all netcore now! --- src/Core/Core.csproj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 496c3bdff0..438cef5c80 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1;net471 + netcoreapp2.1 Bit.Core false @@ -43,9 +43,6 @@ - - -