From 823bafeeb98f79d37993614b688ea311f992fd42 Mon Sep 17 00:00:00 2001 From: TekH Date: Thu, 28 May 2026 22:50:45 +0200 Subject: [PATCH] Refactor project dependencies and add TFM-specific packages Restructured `EnvelopeGenerator.DependencyInjection.csproj` to: - Add multiple `PackageReference` entries for application services, ORM/Database, security/identity, utilities, and DI abstractions. - Introduce conditional `ItemGroup` sections for `net7.0`, `net8.0`, and `net9.0` with framework-specific package versions. - Move `UserManager` package reference to align with the updated dependency structure. - Update comments for clarity, including replacing a Turkish comment with an English one. - Add a comment explaining the rationale for centralizing `PackageReference` declarations to ensure correct `.nuspec` generation and simplify consumption. --- ...velopeGenerator.DependencyInjection.csproj | 58 ++++++++++++++++++- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/EnvelopeGenerator.DependencyInjection/EnvelopeGenerator.DependencyInjection.csproj b/EnvelopeGenerator.DependencyInjection/EnvelopeGenerator.DependencyInjection.csproj index 0c0d35c2..313234b6 100644 --- a/EnvelopeGenerator.DependencyInjection/EnvelopeGenerator.DependencyInjection.csproj +++ b/EnvelopeGenerator.DependencyInjection/EnvelopeGenerator.DependencyInjection.csproj @@ -30,23 +30,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + @@ -61,7 +115,7 @@ - + <_DepDlls Include="