From 2e65a64fd274256cc334846a8be57d9669b7e271 Mon Sep 17 00:00:00 2001 From: victor perez ngounou Date: Sat, 15 Oct 2022 07:20:28 +0200 Subject: [PATCH] Architecture EntityFramework --- Sources/BowlingEF/BowlingEF.csproj | 9 +++++++++ Sources/BowlingMaping/BowlingMaping.csproj | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 Sources/BowlingMaping/BowlingMaping.csproj diff --git a/Sources/BowlingEF/BowlingEF.csproj b/Sources/BowlingEF/BowlingEF.csproj index 132c02c..37aa1c1 100644 --- a/Sources/BowlingEF/BowlingEF.csproj +++ b/Sources/BowlingEF/BowlingEF.csproj @@ -6,4 +6,13 @@ enable + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + diff --git a/Sources/BowlingMaping/BowlingMaping.csproj b/Sources/BowlingMaping/BowlingMaping.csproj new file mode 100644 index 0000000..1f3a5a5 --- /dev/null +++ b/Sources/BowlingMaping/BowlingMaping.csproj @@ -0,0 +1,14 @@ + + + + net6.0 + enable + enable + + + + + + + +