From b82bb93c06dacce87597eb2e9d55fa42c5ead8ac Mon Sep 17 00:00:00 2001 From: Diego Bonura Date: Wed, 27 Sep 2023 21:11:15 +0200 Subject: [PATCH] Update few deps --- .../Hangfire.PerformContextAccessor.Tests.csproj | 6 +++--- .../Hangfire.PerformContextAccessor.csproj | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Hangfire.PerformContextAccessor.Tests/Hangfire.PerformContextAccessor.Tests.csproj b/Hangfire.PerformContextAccessor.Tests/Hangfire.PerformContextAccessor.Tests.csproj index 95d1093..0d03fb5 100644 --- a/Hangfire.PerformContextAccessor.Tests/Hangfire.PerformContextAccessor.Tests.csproj +++ b/Hangfire.PerformContextAccessor.Tests/Hangfire.PerformContextAccessor.Tests.csproj @@ -8,9 +8,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Hangfire.PerformContextAccessor/Hangfire.PerformContextAccessor.csproj b/Hangfire.PerformContextAccessor/Hangfire.PerformContextAccessor.csproj index f968445..03e6a57 100644 --- a/Hangfire.PerformContextAccessor/Hangfire.PerformContextAccessor.csproj +++ b/Hangfire.PerformContextAccessor/Hangfire.PerformContextAccessor.csproj @@ -3,9 +3,9 @@ netstandard2.0;netstandard2.1 portable - 1.3.0.0 - 1.3.0 - 1.3.0-beta + 1.3.1.0 + 1.3.1 + 1.3.1-beta Bonura.Hangfire.PerformContextAccessor Diego Bonura PerformContextAccessor for Hangfire