From 3d6d45658eebabf7fce686a3c4366d1537336c78 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 6 Aug 2018 15:01:54 -0400 Subject: [PATCH] switch to `Microsoft.AspNetCore.App` --- src/Api/Api.csproj | 7 +------ src/Identity/Identity.csproj | 3 +-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index b59737d712..054bed95a5 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -15,12 +15,7 @@ - - - - - - + diff --git a/src/Identity/Identity.csproj b/src/Identity/Identity.csproj index 51edadc1b2..9137b89a85 100644 --- a/src/Identity/Identity.csproj +++ b/src/Identity/Identity.csproj @@ -14,8 +14,7 @@ - - +