From 2c2cbd1b683fd49ba017fd8ee8b98822cebef275 Mon Sep 17 00:00:00 2001 From: Maciej Jedrzejewski Date: Sat, 27 Sep 2025 17:13:10 +0200 Subject: [PATCH 1/3] fix: remove not needed package --- .../Fitnet.Common.Infrastructure.csproj | 1 - .../Fitnet.Contracts.Infrastructure.csproj | 1 - Chapter-2-modules-separation/Src/Directory.Packages.props | 1 - .../Fitnet.Offers.DataAccess/Fitnet.Offers.DataAccess.csproj | 1 - .../Fitnet.Passes.DataAccess/Fitnet.Passes.DataAccess.csproj | 1 - 5 files changed, 5 deletions(-) diff --git a/Chapter-2-modules-separation/Src/Common/Fitnet.Common.Infrastructure/Fitnet.Common.Infrastructure.csproj b/Chapter-2-modules-separation/Src/Common/Fitnet.Common.Infrastructure/Fitnet.Common.Infrastructure.csproj index 50290313..5b76a24f 100644 --- a/Chapter-2-modules-separation/Src/Common/Fitnet.Common.Infrastructure/Fitnet.Common.Infrastructure.csproj +++ b/Chapter-2-modules-separation/Src/Common/Fitnet.Common.Infrastructure/Fitnet.Common.Infrastructure.csproj @@ -8,7 +8,6 @@ - diff --git a/Chapter-2-modules-separation/Src/Contracts/Fitnet.Contracts.Infrastructure/Fitnet.Contracts.Infrastructure.csproj b/Chapter-2-modules-separation/Src/Contracts/Fitnet.Contracts.Infrastructure/Fitnet.Contracts.Infrastructure.csproj index a7bca2e8..3cac8ac0 100644 --- a/Chapter-2-modules-separation/Src/Contracts/Fitnet.Contracts.Infrastructure/Fitnet.Contracts.Infrastructure.csproj +++ b/Chapter-2-modules-separation/Src/Contracts/Fitnet.Contracts.Infrastructure/Fitnet.Contracts.Infrastructure.csproj @@ -10,7 +10,6 @@ - diff --git a/Chapter-2-modules-separation/Src/Directory.Packages.props b/Chapter-2-modules-separation/Src/Directory.Packages.props index 07da22c9..3c03f370 100644 --- a/Chapter-2-modules-separation/Src/Directory.Packages.props +++ b/Chapter-2-modules-separation/Src/Directory.Packages.props @@ -18,7 +18,6 @@ - diff --git a/Chapter-2-modules-separation/Src/Offers/Fitnet.Offers.DataAccess/Fitnet.Offers.DataAccess.csproj b/Chapter-2-modules-separation/Src/Offers/Fitnet.Offers.DataAccess/Fitnet.Offers.DataAccess.csproj index 2aac0088..4f356b36 100644 --- a/Chapter-2-modules-separation/Src/Offers/Fitnet.Offers.DataAccess/Fitnet.Offers.DataAccess.csproj +++ b/Chapter-2-modules-separation/Src/Offers/Fitnet.Offers.DataAccess/Fitnet.Offers.DataAccess.csproj @@ -7,6 +7,5 @@ - \ No newline at end of file diff --git a/Chapter-2-modules-separation/Src/Passes/Fitnet.Passes.DataAccess/Fitnet.Passes.DataAccess.csproj b/Chapter-2-modules-separation/Src/Passes/Fitnet.Passes.DataAccess/Fitnet.Passes.DataAccess.csproj index 1e9f63c1..5f2c3f8a 100644 --- a/Chapter-2-modules-separation/Src/Passes/Fitnet.Passes.DataAccess/Fitnet.Passes.DataAccess.csproj +++ b/Chapter-2-modules-separation/Src/Passes/Fitnet.Passes.DataAccess/Fitnet.Passes.DataAccess.csproj @@ -7,6 +7,5 @@ - \ No newline at end of file From f3c3c284022e28a749203cde47fa9f4e822a9262 Mon Sep 17 00:00:00 2001 From: Maciej Jedrzejewski Date: Sat, 27 Sep 2025 17:13:24 +0200 Subject: [PATCH 2/3] fix: remove not needed reference --- .../Fitnet.Reports.IntegrationTests.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Chapter-2-modules-separation/Src/Reports/Tests/Fitnet.Reports.IntegrationTests/Fitnet.Reports.IntegrationTests.csproj b/Chapter-2-modules-separation/Src/Reports/Tests/Fitnet.Reports.IntegrationTests/Fitnet.Reports.IntegrationTests.csproj index 3e18a25c..9e0fe877 100644 --- a/Chapter-2-modules-separation/Src/Reports/Tests/Fitnet.Reports.IntegrationTests/Fitnet.Reports.IntegrationTests.csproj +++ b/Chapter-2-modules-separation/Src/Reports/Tests/Fitnet.Reports.IntegrationTests/Fitnet.Reports.IntegrationTests.csproj @@ -7,7 +7,6 @@ - From 1b3846b5f71898287e1f826c5f7ef88335d310c5 Mon Sep 17 00:00:00 2001 From: Maciej Jedrzejewski Date: Sat, 27 Sep 2025 17:13:36 +0200 Subject: [PATCH 3/3] feat: reorder packages alphabetically --- .../Src/Directory.Packages.props | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Chapter-2-modules-separation/Src/Directory.Packages.props b/Chapter-2-modules-separation/Src/Directory.Packages.props index 3c03f370..6f76a4a9 100644 --- a/Chapter-2-modules-separation/Src/Directory.Packages.props +++ b/Chapter-2-modules-separation/Src/Directory.Packages.props @@ -3,14 +3,14 @@ true - - + + @@ -22,19 +22,19 @@ + - + + + + + - - - - -