From f6cb3f14620a6bc1f96d35df5147cd751985da22 Mon Sep 17 00:00:00 2001 From: Arthur Vickers Date: Sun, 29 Mar 2020 13:50:56 -0700 Subject: [PATCH] Allow switching off use of EF Analyzer in EF projects Because it is causing some issues with my IDE. :-P --- src/EFCore.Relational/EFCore.Relational.csproj | 2 +- src/EFCore/EFCore.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EFCore.Relational/EFCore.Relational.csproj b/src/EFCore.Relational/EFCore.Relational.csproj index 228d6b68b8b..7acf0d15c3a 100644 --- a/src/EFCore.Relational/EFCore.Relational.csproj +++ b/src/EFCore.Relational/EFCore.Relational.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/EFCore/EFCore.csproj b/src/EFCore/EFCore.csproj index c466e5b34f7..81038091ff9 100644 --- a/src/EFCore/EFCore.csproj +++ b/src/EFCore/EFCore.csproj @@ -35,7 +35,7 @@ Microsoft.EntityFrameworkCore.DbSet - +