From 13617dde87bc96b8ec8f77589305e9f5c17cdf98 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Wed, 25 Mar 2026 10:45:57 +0100 Subject: [PATCH] Remove duplicate DevExpress.Blazor package reference Cleaned up the project file by removing a redundant that contained a duplicate DevExpress.Blazor package reference. Ensured that each package is referenced only once and that Microsoft.AspNetCore.SignalR.Client remains in its own group. --- DbFirst.BlazorWebApp/DbFirst.BlazorWebApp.csproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/DbFirst.BlazorWebApp/DbFirst.BlazorWebApp.csproj b/DbFirst.BlazorWebApp/DbFirst.BlazorWebApp.csproj index 365ec51..5719b67 100644 --- a/DbFirst.BlazorWebApp/DbFirst.BlazorWebApp.csproj +++ b/DbFirst.BlazorWebApp/DbFirst.BlazorWebApp.csproj @@ -11,9 +11,6 @@ - - -