From aee88981210097d533a332869c1a6f871cd78c82 Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Mon, 29 Jul 2019 15:53:31 -0700 Subject: [PATCH] Automatically include *.edmx files on SDK-style projects Fixes #891 --- src/NuGet/EntityFramework/build/EntityFramework.props | 6 ++++++ src/NuGet/EntityFramework/build/EntityFramework.targets | 4 ++++ .../EntityFramework/buildTransitive/EntityFramework.props | 3 +++ 3 files changed, 13 insertions(+) create mode 100644 src/NuGet/EntityFramework/build/EntityFramework.props create mode 100644 src/NuGet/EntityFramework/buildTransitive/EntityFramework.props diff --git a/src/NuGet/EntityFramework/build/EntityFramework.props b/src/NuGet/EntityFramework/build/EntityFramework.props new file mode 100644 index 0000000000..d99a8c267f --- /dev/null +++ b/src/NuGet/EntityFramework/build/EntityFramework.props @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/NuGet/EntityFramework/build/EntityFramework.targets b/src/NuGet/EntityFramework/build/EntityFramework.targets index b3c7416866..c81120ba5a 100644 --- a/src/NuGet/EntityFramework/build/EntityFramework.targets +++ b/src/NuGet/EntityFramework/build/EntityFramework.targets @@ -1,5 +1,9 @@ + + True + +