From 9e84f80844941b5ab5925eec5d6b80b5d9d5d6e4 Mon Sep 17 00:00:00 2001 From: KrzysztofPajak Date: Tue, 3 Jun 2025 21:52:19 +0200 Subject: [PATCH 1/2] Update package versions for improved stability This commit updates several NuGet package versions to their latest releases, enhancing functionality and security. Key updates include: - `Microsoft.FeatureManagement.AspNetCore` to `4.1.0` - `MailKit` to `4.12.1` - `AWSSDK.Core` to `4.0.0.6` and `AWSSDK.S3` to `4.0.1.1` - `SkiaSharp` and its native assets to `3.119.0` - `MongoDB.Bson` and `MongoDB.Driver` to `3.4.0` - `DotLiquid` to `2.3.197` - `FluentValidation.DependencyInjectionExtensions` to `12.0.0` - Various Microsoft.Extensions packages to `9.0.5` - `Microsoft.CodeAnalysis.CSharp` and `Microsoft.CodeAnalysis.CSharp.Scripting` to `4.14.0` - `MediatR` to `12.5.0` - `Scrutor` to `6.1.0` - `StackExchange.Redis` to `2.8.37` - `FluentValidation` to `12.0.0` --- Directory.Packages.props | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 7a223d711..366980b15 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,36 +7,36 @@ - + - - - + + + - - + + - - - - + + + + - - - - - + + + + + - - - - - - + + + + + + From d17d4056f7613b5fde05817fe9bdfc2f749f99ed Mon Sep 17 00:00:00 2001 From: KrzysztofPajak Date: Tue, 3 Jun 2025 22:07:00 +0200 Subject: [PATCH 2/2] Update NuGet package versions and build tasks This commit updates various NuGet package versions in the `Directory.Packages.props` file, including `Azure.Monitor.OpenTelemetry.AspNetCore`, `Microsoft.AspNetCore.OpenApi`, `NPOI`, and `Scalar.AspNetCore`. It also replaces older versions of packages like `Microsoft.AspNetCore.JsonPatch`, `Microsoft.AspNetCore.Mvc.NewtonsoftJson`, and `Microsoft.AspNetCore.Authentication.Facebook` and `Google` with their newer counterparts. Additionally, the `CopyFiles` tasks in the Facebook, Google, Braintree, and Stripe `.csproj` files have been updated to ensure the correct DLLs are copied during the build process. --- Directory.Packages.props | 64 +++++++++---------- .../Authentication.Facebook.csproj | 2 +- .../Authentication.Google.csproj | 2 +- .../Payments.BrainTree.csproj | 2 +- .../Payments.StripeCheckout.csproj | 2 +- 5 files changed, 36 insertions(+), 36 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 366980b15..57c2de096 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,13 +3,13 @@ true - + - + - - + + @@ -37,46 +37,46 @@ - - - - - - - + + + + + + + - + - - + + - - - - - + + + + + - - + + - - - - - - - - - + + + + + + + + + - - + + \ No newline at end of file diff --git a/src/Plugins/Authentication.Facebook/Authentication.Facebook.csproj b/src/Plugins/Authentication.Facebook/Authentication.Facebook.csproj index 10276f267..c647c705f 100644 --- a/src/Plugins/Authentication.Facebook/Authentication.Facebook.csproj +++ b/src/Plugins/Authentication.Facebook/Authentication.Facebook.csproj @@ -21,7 +21,7 @@ - + diff --git a/src/Plugins/Authentication.Google/Authentication.Google.csproj b/src/Plugins/Authentication.Google/Authentication.Google.csproj index 871c21931..2bec8067c 100644 --- a/src/Plugins/Authentication.Google/Authentication.Google.csproj +++ b/src/Plugins/Authentication.Google/Authentication.Google.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/Plugins/Payments.BrainTree/Payments.BrainTree.csproj b/src/Plugins/Payments.BrainTree/Payments.BrainTree.csproj index c588da6a2..0d76025f7 100644 --- a/src/Plugins/Payments.BrainTree/Payments.BrainTree.csproj +++ b/src/Plugins/Payments.BrainTree/Payments.BrainTree.csproj @@ -22,7 +22,7 @@ - + diff --git a/src/Plugins/Payments.StripeCheckout/Payments.StripeCheckout.csproj b/src/Plugins/Payments.StripeCheckout/Payments.StripeCheckout.csproj index ab6ab924a..99b7c14ff 100644 --- a/src/Plugins/Payments.StripeCheckout/Payments.StripeCheckout.csproj +++ b/src/Plugins/Payments.StripeCheckout/Payments.StripeCheckout.csproj @@ -21,7 +21,7 @@ - +