From 0b16790b10fbeb7073cdcfbaae842d9688f4cbfe Mon Sep 17 00:00:00 2001 From: Mehdi Hadeli Date: Sun, 1 Sep 2024 15:46:45 +0200 Subject: [PATCH] fix: some package reference fixes (#238) --- .../Shared/Tests.Shared/Factory/CustomWebApplicationFactory.cs | 2 -- tests/Shared/Tests.Shared/Tests.Shared.csproj | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/Shared/Tests.Shared/Factory/CustomWebApplicationFactory.cs b/tests/Shared/Tests.Shared/Factory/CustomWebApplicationFactory.cs index 396d3319..de651a4f 100644 --- a/tests/Shared/Tests.Shared/Factory/CustomWebApplicationFactory.cs +++ b/tests/Shared/Tests.Shared/Factory/CustomWebApplicationFactory.cs @@ -1,5 +1,3 @@ -using System.Reflection; -using BuildingBlocks.Core.Persistence.Extensions; using BuildingBlocks.Core.Web.Extensions; using BuildingBlocks.Security.Jwt; using Microsoft.AspNetCore.Authentication; diff --git a/tests/Shared/Tests.Shared/Tests.Shared.csproj b/tests/Shared/Tests.Shared/Tests.Shared.csproj index 396a2bd8..b5eb8873 100644 --- a/tests/Shared/Tests.Shared/Tests.Shared.csproj +++ b/tests/Shared/Tests.Shared/Tests.Shared.csproj @@ -14,9 +14,7 @@ - -