From 991dfb5e006d081c8b83ffc717ccca9b8166ad90 Mon Sep 17 00:00:00 2001 From: nkz <5499916+nkz-soft@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:08:15 +0300 Subject: [PATCH] Updating package versions (#223) * Updating package versions * Fixing duplicate package --- Directory.Packages.props | 82 +++++++++---------- .../Extensions/ServiceCollectionExtension.cs | 2 +- ...ZSoft.Template.EFCore.Caching.Redis.csproj | 4 - ...ZSoft.Template.Presentation.Starter.csproj | 2 +- 4 files changed, 43 insertions(+), 47 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index b3d8fdd..4cefeb6 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,33 +6,33 @@ + - + - - - - + + + + - - - - - - - + + + + + + + - + - - + - + @@ -41,56 +41,56 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + - + - + - + - - + + - + - - + + - + - - - + + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -98,12 +98,12 @@ - - - - + + + + - + diff --git a/src/NKZSoft.Template.EFCore.Caching.Redis/Extensions/ServiceCollectionExtension.cs b/src/NKZSoft.Template.EFCore.Caching.Redis/Extensions/ServiceCollectionExtension.cs index 860abd5..4c86ce7 100644 --- a/src/NKZSoft.Template.EFCore.Caching.Redis/Extensions/ServiceCollectionExtension.cs +++ b/src/NKZSoft.Template.EFCore.Caching.Redis/Extensions/ServiceCollectionExtension.cs @@ -28,7 +28,7 @@ public static IServiceCollection AddEFCoreRedisCache( services.AddEFSecondLevelCache(options => options.UseEasyCachingCoreProvider(ProviderName, isHybridCache: false) .CacheAllQueries(CacheExpirationMode.Absolute, TimeSpan.FromMinutes(30)) - .DisableLogging(false) + .ConfigureLogging(true) .UseCacheKeyPrefix(EfPrefix) ); diff --git a/src/NKZSoft.Template.EFCore.Caching.Redis/NKZSoft.Template.EFCore.Caching.Redis.csproj b/src/NKZSoft.Template.EFCore.Caching.Redis/NKZSoft.Template.EFCore.Caching.Redis.csproj index 3a17cb9..9596f56 100644 --- a/src/NKZSoft.Template.EFCore.Caching.Redis/NKZSoft.Template.EFCore.Caching.Redis.csproj +++ b/src/NKZSoft.Template.EFCore.Caching.Redis/NKZSoft.Template.EFCore.Caching.Redis.csproj @@ -17,8 +17,4 @@ - - - - diff --git a/src/NKZSoft.Template.Presentation.Starter/NKZSoft.Template.Presentation.Starter.csproj b/src/NKZSoft.Template.Presentation.Starter/NKZSoft.Template.Presentation.Starter.csproj index 30a8e6c..6887417 100644 --- a/src/NKZSoft.Template.Presentation.Starter/NKZSoft.Template.Presentation.Starter.csproj +++ b/src/NKZSoft.Template.Presentation.Starter/NKZSoft.Template.Presentation.Starter.csproj @@ -1,7 +1,7 @@ - 2.0.0 + 2.0.1 true