From f6eccde968e1e16aff3a0ed617fff1167ead98e3 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Fri, 18 Oct 2024 10:54:23 +0200 Subject: [PATCH] Switch to project references from package references Replaced package references for various Elsa modules with direct project references. This change aims to streamline dependency management and avoid issues related to differing package versions. Updated the solution file and Directory.Build.props accordingly to reflect the new paths. --- build/_build.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/_build.csproj b/build/_build.csproj index 4e4b70e2d..3ae4c9750 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -17,13 +17,12 @@ - + - - +