From 0e9f0bba4b46bee4228a5a97d9b720f764312548 Mon Sep 17 00:00:00 2001 From: imperugo Date: Tue, 23 Jan 2024 21:52:45 +0100 Subject: [PATCH] chore: update dependencies in StackExchange.Redis.Extensions.Core - Update StackExchange.Redis package to version 2.7.17 - Update Microsoft.Extensions.Logging.Abstractions package to version 7.0.1 - Update xunit package to version 2.6.6 - Update System.Text.Json package to version 8.0.1 - Update Roslynator.Analyzers package to version 4.9.0 - Update Roslynator.CodeAnalysis.Analyzers package to version 4.9.0 - Update Roslynator.Formatting.Analyzers package to version 4.9.0 - Update version prefix to 10.2.0 --- Directory.Build.props | 8 ++++---- .../StackExchange.Redis.Extensions.Core.csproj | 2 +- ...StackExchange.Redis.Extensions.System.Text.Json.csproj | 2 +- .../StackExchange.Redis.Extensions.Core.Tests.csproj | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f9579228..2ac96779 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ Ugo Lattanzi - 10.1.0 + 10.2.0 @@ -106,15 +106,15 @@ - + all runtime; build; native; contentfiles; analyzers - + all runtime; build; native; contentfiles; analyzers - + all runtime; build; native; contentfiles; analyzers diff --git a/src/core/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj b/src/core/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj index 6d3b2341..caa89faf 100644 --- a/src/core/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj +++ b/src/core/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/serializers/StackExchange.Redis.Extensions.System.Text.Json/StackExchange.Redis.Extensions.System.Text.Json.csproj b/src/serializers/StackExchange.Redis.Extensions.System.Text.Json/StackExchange.Redis.Extensions.System.Text.Json.csproj index db6e9a10..f7cb74da 100644 --- a/src/serializers/StackExchange.Redis.Extensions.System.Text.Json/StackExchange.Redis.Extensions.System.Text.Json.csproj +++ b/src/serializers/StackExchange.Redis.Extensions.System.Text.Json/StackExchange.Redis.Extensions.System.Text.Json.csproj @@ -6,7 +6,7 @@ - + diff --git a/tests/StackExchange.Redis.Extensions.Core.Tests/StackExchange.Redis.Extensions.Core.Tests.csproj b/tests/StackExchange.Redis.Extensions.Core.Tests/StackExchange.Redis.Extensions.Core.Tests.csproj index cfd527af..a209d1f3 100644 --- a/tests/StackExchange.Redis.Extensions.Core.Tests/StackExchange.Redis.Extensions.Core.Tests.csproj +++ b/tests/StackExchange.Redis.Extensions.Core.Tests/StackExchange.Redis.Extensions.Core.Tests.csproj @@ -14,7 +14,7 @@ all - +