From d4c8ec90ff77ae8ac0e040bf79bab61191d369d1 Mon Sep 17 00:00:00 2001 From: Christo du Toit Date: Fri, 26 Jan 2024 17:10:03 +0000 Subject: [PATCH] CODE RUB: Updated project file --- .../STX.EFxceptions.Interfaces.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj b/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj index 874fef4..2d94aad 100644 --- a/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj +++ b/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj @@ -4,9 +4,9 @@ net8.0 disable disable - STX.EFxceptions.Base - STX.EFxceptions.Base - STX.EFxceptions.Base + STX.EFxceptions.Interfaces + STX.EFxceptions.Interfaces + STX.EFxceptions.Interfaces The Standard Community The Standard Community A Standardized .NET library that provides interfaces for the core components to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions...