From 69b5ab9c015cfa5ee33c0f12151a90998ebfcefb Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Thu, 3 Jan 2019 12:51:40 -0800 Subject: [PATCH] React to JwtBearer removal from Microsoft.AspNetCore.App nits: - remove NET461 special case - remove reference to transitive Mvc.Core dependency --- .../benchmarkapps/BasicApi/BasicApi.csproj | 27 ++++++++----------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj b/src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj index ee86ba6e1d..fc84deb124 100644 --- a/src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj +++ b/src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj @@ -11,39 +11,34 @@ - - - - - - - + + + - + - - - - + + - + + + + +