From 66e03aee1ba39baf70bda1b6fee38010eadb3745 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 6 Aug 2018 09:08:53 -0400 Subject: [PATCH] remove net471 frameworks --- src/Api/Api.csproj | 2 +- src/Identity/Identity.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index 98ff593c8c..b59737d712 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -2,7 +2,7 @@ 1.22.0 - netcoreapp2.1;net471 + netcoreapp2.1 Bit.Api bitwarden-Api diff --git a/src/Identity/Identity.csproj b/src/Identity/Identity.csproj index f3df80f226..51edadc1b2 100644 --- a/src/Identity/Identity.csproj +++ b/src/Identity/Identity.csproj @@ -2,7 +2,7 @@ 1.22.0 - netcoreapp2.1;net471 + netcoreapp2.1 Bit.Identity bitwarden-Identity false