From 601aff07c188d3f65f1f6a3083015af63946b6a6 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Fri, 4 Apr 2025 16:25:46 +0200 Subject: [PATCH] Add reference to Domain for the Data project. Note that this command, did not work in Ubuntu. I just added the html to the project file myself. dotnet reference add https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-reference-add --- EntityFrameworkCore.Data/EntityFrameworkCore.Data.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/EntityFrameworkCore.Data/EntityFrameworkCore.Data.csproj b/EntityFrameworkCore.Data/EntityFrameworkCore.Data.csproj index cc3074f..a81dcd3 100644 --- a/EntityFrameworkCore.Data/EntityFrameworkCore.Data.csproj +++ b/EntityFrameworkCore.Data/EntityFrameworkCore.Data.csproj @@ -10,4 +10,9 @@ + + + + +