From 351cead423cc79832386902fac35ea47ee666209 Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 30 Jun 2025 15:59:35 +0200 Subject: [PATCH] Update Entity Framework packages and add Design package The project file `EnvelopeGenerator.Infrastructure.csproj` has been modified to include the `Microsoft.EntityFrameworkCore.Design` package for net7.0, net8.0, and net9.0, with appropriate configurations for `PrivateAssets` and `IncludeAssets`. Additionally, the versions of `Microsoft.EntityFrameworkCore` and `Microsoft.EntityFrameworkCore.Relational` have been updated for net8.0 (from 8.0.15 to 8.0.17) and net9.0 (from 9.0.5 to 9.0.6). --- .../EnvelopeGenerator.Infrastructure.csproj | 22 ++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/EnvelopeGenerator.Infrastructure/EnvelopeGenerator.Infrastructure.csproj b/EnvelopeGenerator.Infrastructure/EnvelopeGenerator.Infrastructure.csproj index 493eef1c..f8273018 100644 --- a/EnvelopeGenerator.Infrastructure/EnvelopeGenerator.Infrastructure.csproj +++ b/EnvelopeGenerator.Infrastructure/EnvelopeGenerator.Infrastructure.csproj @@ -23,16 +23,28 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - + \ No newline at end of file