From eea5d990b397bce573799bf6717abfc90f2471a2 Mon Sep 17 00:00:00 2001 From: Sasha Gurevich Date: Tue, 3 Mar 2026 15:03:46 +0200 Subject: [PATCH 1/2] fix(Profile): remove transient dependencies from the package --- Directory.Packages.props | 1 + .../Commands.Profile.Test/Commands.Profile.Test.csproj | 1 + src/Modules/Profile/Commands.Profile/Commands.Profile.csproj | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 4949edfa..431a32dd 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -24,6 +24,7 @@ + diff --git a/src/Modules/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj b/src/Modules/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj index 01169d7d..0d7dca2d 100644 --- a/src/Modules/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj +++ b/src/Modules/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj @@ -15,6 +15,7 @@ + diff --git a/src/Modules/Profile/Commands.Profile/Commands.Profile.csproj b/src/Modules/Profile/Commands.Profile/Commands.Profile.csproj index 6bc60d9c..7513a23c 100644 --- a/src/Modules/Profile/Commands.Profile/Commands.Profile.csproj +++ b/src/Modules/Profile/Commands.Profile/Commands.Profile.csproj @@ -37,7 +37,9 @@ All - + + All + From 68659110072a316018afa7822304023eda521fa1 Mon Sep 17 00:00:00 2001 From: Sasha Gurevich Date: Tue, 3 Mar 2026 15:53:27 +0200 Subject: [PATCH 2/2] fix(Profile.Test): added missing project reference --- .../Profile/Commands.Profile.Test/Commands.Profile.Test.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Modules/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj b/src/Modules/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj index 0d7dca2d..f7eedcdf 100644 --- a/src/Modules/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj +++ b/src/Modules/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj @@ -15,6 +15,7 @@ +