From 4b77adda3216483cd23fc7c24970aae0667a4666 Mon Sep 17 00:00:00 2001 From: Maxence Lanone Date: Fri, 24 Mar 2023 15:02:07 +0100 Subject: [PATCH] commit de merde --- Sources/Model/Participate.cs | 11 +++++++++++ Sources/Trek12_Lib/EntityFrameWorkLib.csproj | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 Sources/Model/Participate.cs diff --git a/Sources/Model/Participate.cs b/Sources/Model/Participate.cs new file mode 100644 index 0000000..94b0f5a --- /dev/null +++ b/Sources/Model/Participate.cs @@ -0,0 +1,11 @@ +using System; +namespace Model +{ + public class Participate + { + public Participate() + { + } + } +} + diff --git a/Sources/Trek12_Lib/EntityFrameWorkLib.csproj b/Sources/Trek12_Lib/EntityFrameWorkLib.csproj index b8e4722..473649d 100644 --- a/Sources/Trek12_Lib/EntityFrameWorkLib.csproj +++ b/Sources/Trek12_Lib/EntityFrameWorkLib.csproj @@ -13,9 +13,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all