From 39399bc7f16084d0ba10eb00977949de76dd01c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:45:14 +0000 Subject: [PATCH] Bump Microsoft.Extensions.Hosting and 2 others Bumps Microsoft.Extensions.Hosting from 8.0.1 to 10.0.7 Bumps Microsoft.Extensions.Logging from 8.0.1 to 10.0.7 Bumps Microsoft.Extensions.Logging.Console from 8.0.1 to 10.0.7 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 6 +++--- ...emporalioSamples.ActivityHeartbeatingCancellation.csproj | 3 +++ src/ActivitySimple/TemporalioSamples.ActivitySimple.csproj | 3 +++ src/ActivityWorker/TemporalioSamples.ActivityWorker.csproj | 3 +++ src/Bedrock/Basic/TemporalioSamples.Bedrock.Basic.csproj | 1 + src/Bedrock/Entity/TemporalioSamples.Bedrock.Entity.csproj | 1 + .../TemporalioSamples.Bedrock.SignalsAndQueries.csproj | 1 + src/ClientMtls/TemporalioSamples.ClientMtls.csproj | 1 + .../TemporalioSamples.ContextPropagation.csproj | 3 +++ .../TemporalioSamples.CounterInterceptor.csproj | 3 +++ src/Dsl/TemporalioSamples.Dsl.csproj | 1 + .../TemporalioSamples.EagerWorkflowStart.csproj | 3 +++ .../Codec/TemporalioSamples.Encryption.Codec.csproj | 3 +++ src/EnvConfig/TemporalioSamples.EnvConfig.csproj | 3 +++ src/Mutex/TemporalioSamples.Mutex.csproj | 5 ++++- .../TemporalioSamples.NexusCancellation.csproj | 1 + src/NexusMessaging/TemporalioSamples.NexusMessaging.csproj | 1 + src/NexusMultiArg/TemporalioSamples.NexusMultiArg.csproj | 1 + src/NexusSimple/TemporalioSamples.NexusSimple.csproj | 1 + ...TemporalioSamples.OpenTelemetry.CoreSdkForwarding.csproj | 1 + .../TemporalioSamples.OpenTelemetry.DotNetMetrics.csproj | 1 + src/Patching/TemporalioSamples.Patching.csproj | 3 +++ .../Frequent/TemporalioSamples.Polling.Frequent.csproj | 3 +++ .../Infrequent/TemporalioSamples.Polling.Infrequent.csproj | 3 +++ .../TemporalioSamples.Polling.PeriodicSequence.csproj | 3 +++ .../TemporalioSamples.SafeMessageHandlers.csproj | 3 +++ src/Saga/TemporalioSamples.Saga.csproj | 3 +++ src/Schedules/TemporalioSamples.Schedules.csproj | 3 +++ src/SignalsQueries/TemporalioSamples.SignalsQueries.csproj | 3 +++ src/SleepForDays/TemporalioSamples.SleepForDays.csproj | 3 +++ .../TemporalioSamples.StandaloneActivity.csproj | 3 +++ src/Timer/TemporalioSamples.Timer.csproj | 3 +++ src/UpdatableTimer/TemporalioSamples.UpdatableTimer.csproj | 3 +++ .../TemporalioSamples.UpdateWithStartEarlyReturn.csproj | 3 +++ .../TemporalioSamples.UpdateWithStartLazyInit.csproj | 3 +++ .../TemporalioSamples.WorkerSpecificTaskQueues.csproj | 3 +++ .../TemporalioSamples.WorkerVersioning.csproj | 3 +++ src/WorkflowUpdate/TemporalioSamples.WorkflowUpdate.csproj | 3 +++ 38 files changed, 93 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 4fd371b..f01b0cd 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -8,9 +8,9 @@ - - - + + + diff --git a/src/ActivityHeartbeatingCancellation/TemporalioSamples.ActivityHeartbeatingCancellation.csproj b/src/ActivityHeartbeatingCancellation/TemporalioSamples.ActivityHeartbeatingCancellation.csproj index e3b6154..e88b97e 100644 --- a/src/ActivityHeartbeatingCancellation/TemporalioSamples.ActivityHeartbeatingCancellation.csproj +++ b/src/ActivityHeartbeatingCancellation/TemporalioSamples.ActivityHeartbeatingCancellation.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/ActivitySimple/TemporalioSamples.ActivitySimple.csproj b/src/ActivitySimple/TemporalioSamples.ActivitySimple.csproj index e3b6154..e88b97e 100644 --- a/src/ActivitySimple/TemporalioSamples.ActivitySimple.csproj +++ b/src/ActivitySimple/TemporalioSamples.ActivitySimple.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/ActivityWorker/TemporalioSamples.ActivityWorker.csproj b/src/ActivityWorker/TemporalioSamples.ActivityWorker.csproj index e3b6154..e88b97e 100644 --- a/src/ActivityWorker/TemporalioSamples.ActivityWorker.csproj +++ b/src/ActivityWorker/TemporalioSamples.ActivityWorker.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/Bedrock/Basic/TemporalioSamples.Bedrock.Basic.csproj b/src/Bedrock/Basic/TemporalioSamples.Bedrock.Basic.csproj index 08b5810..4985b0c 100644 --- a/src/Bedrock/Basic/TemporalioSamples.Bedrock.Basic.csproj +++ b/src/Bedrock/Basic/TemporalioSamples.Bedrock.Basic.csproj @@ -6,6 +6,7 @@ + \ No newline at end of file diff --git a/src/Bedrock/Entity/TemporalioSamples.Bedrock.Entity.csproj b/src/Bedrock/Entity/TemporalioSamples.Bedrock.Entity.csproj index 08b5810..4985b0c 100644 --- a/src/Bedrock/Entity/TemporalioSamples.Bedrock.Entity.csproj +++ b/src/Bedrock/Entity/TemporalioSamples.Bedrock.Entity.csproj @@ -6,6 +6,7 @@ + \ No newline at end of file diff --git a/src/Bedrock/SignalsAndQueries/TemporalioSamples.Bedrock.SignalsAndQueries.csproj b/src/Bedrock/SignalsAndQueries/TemporalioSamples.Bedrock.SignalsAndQueries.csproj index 08b5810..4985b0c 100644 --- a/src/Bedrock/SignalsAndQueries/TemporalioSamples.Bedrock.SignalsAndQueries.csproj +++ b/src/Bedrock/SignalsAndQueries/TemporalioSamples.Bedrock.SignalsAndQueries.csproj @@ -6,6 +6,7 @@ + \ No newline at end of file diff --git a/src/ClientMtls/TemporalioSamples.ClientMtls.csproj b/src/ClientMtls/TemporalioSamples.ClientMtls.csproj index 118ecda..476fffc 100644 --- a/src/ClientMtls/TemporalioSamples.ClientMtls.csproj +++ b/src/ClientMtls/TemporalioSamples.ClientMtls.csproj @@ -5,6 +5,7 @@ + diff --git a/src/ContextPropagation/TemporalioSamples.ContextPropagation.csproj b/src/ContextPropagation/TemporalioSamples.ContextPropagation.csproj index e3b6154..e88b97e 100644 --- a/src/ContextPropagation/TemporalioSamples.ContextPropagation.csproj +++ b/src/ContextPropagation/TemporalioSamples.ContextPropagation.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/CounterInterceptor/TemporalioSamples.CounterInterceptor.csproj b/src/CounterInterceptor/TemporalioSamples.CounterInterceptor.csproj index 967ff4c..87b7c1e 100644 --- a/src/CounterInterceptor/TemporalioSamples.CounterInterceptor.csproj +++ b/src/CounterInterceptor/TemporalioSamples.CounterInterceptor.csproj @@ -3,5 +3,8 @@ Exe + + + diff --git a/src/Dsl/TemporalioSamples.Dsl.csproj b/src/Dsl/TemporalioSamples.Dsl.csproj index 0491424..8a6dca4 100644 --- a/src/Dsl/TemporalioSamples.Dsl.csproj +++ b/src/Dsl/TemporalioSamples.Dsl.csproj @@ -5,6 +5,7 @@ + diff --git a/src/EagerWorkflowStart/TemporalioSamples.EagerWorkflowStart.csproj b/src/EagerWorkflowStart/TemporalioSamples.EagerWorkflowStart.csproj index e3b6154..e88b97e 100644 --- a/src/EagerWorkflowStart/TemporalioSamples.EagerWorkflowStart.csproj +++ b/src/EagerWorkflowStart/TemporalioSamples.EagerWorkflowStart.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/Encryption/Codec/TemporalioSamples.Encryption.Codec.csproj b/src/Encryption/Codec/TemporalioSamples.Encryption.Codec.csproj index ced1c3c..c51c9d5 100644 --- a/src/Encryption/Codec/TemporalioSamples.Encryption.Codec.csproj +++ b/src/Encryption/Codec/TemporalioSamples.Encryption.Codec.csproj @@ -1,3 +1,6 @@ + + + \ No newline at end of file diff --git a/src/EnvConfig/TemporalioSamples.EnvConfig.csproj b/src/EnvConfig/TemporalioSamples.EnvConfig.csproj index e3b6154..e88b97e 100644 --- a/src/EnvConfig/TemporalioSamples.EnvConfig.csproj +++ b/src/EnvConfig/TemporalioSamples.EnvConfig.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/Mutex/TemporalioSamples.Mutex.csproj b/src/Mutex/TemporalioSamples.Mutex.csproj index b779533..930e47a 100644 --- a/src/Mutex/TemporalioSamples.Mutex.csproj +++ b/src/Mutex/TemporalioSamples.Mutex.csproj @@ -1 +1,4 @@ - + + + + diff --git a/src/NexusCancellation/TemporalioSamples.NexusCancellation.csproj b/src/NexusCancellation/TemporalioSamples.NexusCancellation.csproj index 573e2c9..b53133c 100644 --- a/src/NexusCancellation/TemporalioSamples.NexusCancellation.csproj +++ b/src/NexusCancellation/TemporalioSamples.NexusCancellation.csproj @@ -5,6 +5,7 @@ + diff --git a/src/NexusMessaging/TemporalioSamples.NexusMessaging.csproj b/src/NexusMessaging/TemporalioSamples.NexusMessaging.csproj index 573e2c9..b53133c 100644 --- a/src/NexusMessaging/TemporalioSamples.NexusMessaging.csproj +++ b/src/NexusMessaging/TemporalioSamples.NexusMessaging.csproj @@ -5,6 +5,7 @@ + diff --git a/src/NexusMultiArg/TemporalioSamples.NexusMultiArg.csproj b/src/NexusMultiArg/TemporalioSamples.NexusMultiArg.csproj index d4da9d9..bee6525 100644 --- a/src/NexusMultiArg/TemporalioSamples.NexusMultiArg.csproj +++ b/src/NexusMultiArg/TemporalioSamples.NexusMultiArg.csproj @@ -5,6 +5,7 @@ + diff --git a/src/NexusSimple/TemporalioSamples.NexusSimple.csproj b/src/NexusSimple/TemporalioSamples.NexusSimple.csproj index d4da9d9..bee6525 100644 --- a/src/NexusSimple/TemporalioSamples.NexusSimple.csproj +++ b/src/NexusSimple/TemporalioSamples.NexusSimple.csproj @@ -5,6 +5,7 @@ + diff --git a/src/OpenTelemetry/CoreSdkForwarding/TemporalioSamples.OpenTelemetry.CoreSdkForwarding.csproj b/src/OpenTelemetry/CoreSdkForwarding/TemporalioSamples.OpenTelemetry.CoreSdkForwarding.csproj index 2b90846..282d80d 100644 --- a/src/OpenTelemetry/CoreSdkForwarding/TemporalioSamples.OpenTelemetry.CoreSdkForwarding.csproj +++ b/src/OpenTelemetry/CoreSdkForwarding/TemporalioSamples.OpenTelemetry.CoreSdkForwarding.csproj @@ -9,6 +9,7 @@ + diff --git a/src/OpenTelemetry/DotNetMetrics/TemporalioSamples.OpenTelemetry.DotNetMetrics.csproj b/src/OpenTelemetry/DotNetMetrics/TemporalioSamples.OpenTelemetry.DotNetMetrics.csproj index 2b90846..282d80d 100644 --- a/src/OpenTelemetry/DotNetMetrics/TemporalioSamples.OpenTelemetry.DotNetMetrics.csproj +++ b/src/OpenTelemetry/DotNetMetrics/TemporalioSamples.OpenTelemetry.DotNetMetrics.csproj @@ -9,6 +9,7 @@ + diff --git a/src/Patching/TemporalioSamples.Patching.csproj b/src/Patching/TemporalioSamples.Patching.csproj index e3b6154..e88b97e 100644 --- a/src/Patching/TemporalioSamples.Patching.csproj +++ b/src/Patching/TemporalioSamples.Patching.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/Polling/Frequent/TemporalioSamples.Polling.Frequent.csproj b/src/Polling/Frequent/TemporalioSamples.Polling.Frequent.csproj index e3b6154..e88b97e 100644 --- a/src/Polling/Frequent/TemporalioSamples.Polling.Frequent.csproj +++ b/src/Polling/Frequent/TemporalioSamples.Polling.Frequent.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/Polling/Infrequent/TemporalioSamples.Polling.Infrequent.csproj b/src/Polling/Infrequent/TemporalioSamples.Polling.Infrequent.csproj index e3b6154..e88b97e 100644 --- a/src/Polling/Infrequent/TemporalioSamples.Polling.Infrequent.csproj +++ b/src/Polling/Infrequent/TemporalioSamples.Polling.Infrequent.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/Polling/PeriodicSequence/TemporalioSamples.Polling.PeriodicSequence.csproj b/src/Polling/PeriodicSequence/TemporalioSamples.Polling.PeriodicSequence.csproj index e3b6154..e88b97e 100644 --- a/src/Polling/PeriodicSequence/TemporalioSamples.Polling.PeriodicSequence.csproj +++ b/src/Polling/PeriodicSequence/TemporalioSamples.Polling.PeriodicSequence.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/SafeMessageHandlers/TemporalioSamples.SafeMessageHandlers.csproj b/src/SafeMessageHandlers/TemporalioSamples.SafeMessageHandlers.csproj index e3b6154..e88b97e 100644 --- a/src/SafeMessageHandlers/TemporalioSamples.SafeMessageHandlers.csproj +++ b/src/SafeMessageHandlers/TemporalioSamples.SafeMessageHandlers.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/Saga/TemporalioSamples.Saga.csproj b/src/Saga/TemporalioSamples.Saga.csproj index e3b6154..e88b97e 100644 --- a/src/Saga/TemporalioSamples.Saga.csproj +++ b/src/Saga/TemporalioSamples.Saga.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/Schedules/TemporalioSamples.Schedules.csproj b/src/Schedules/TemporalioSamples.Schedules.csproj index e3b6154..e88b97e 100644 --- a/src/Schedules/TemporalioSamples.Schedules.csproj +++ b/src/Schedules/TemporalioSamples.Schedules.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/SignalsQueries/TemporalioSamples.SignalsQueries.csproj b/src/SignalsQueries/TemporalioSamples.SignalsQueries.csproj index e3b6154..e88b97e 100644 --- a/src/SignalsQueries/TemporalioSamples.SignalsQueries.csproj +++ b/src/SignalsQueries/TemporalioSamples.SignalsQueries.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/SleepForDays/TemporalioSamples.SleepForDays.csproj b/src/SleepForDays/TemporalioSamples.SleepForDays.csproj index e3b6154..e88b97e 100644 --- a/src/SleepForDays/TemporalioSamples.SleepForDays.csproj +++ b/src/SleepForDays/TemporalioSamples.SleepForDays.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/StandaloneActivity/TemporalioSamples.StandaloneActivity.csproj b/src/StandaloneActivity/TemporalioSamples.StandaloneActivity.csproj index 52e6553..a8719d7 100644 --- a/src/StandaloneActivity/TemporalioSamples.StandaloneActivity.csproj +++ b/src/StandaloneActivity/TemporalioSamples.StandaloneActivity.csproj @@ -3,5 +3,8 @@ Exe + + + diff --git a/src/Timer/TemporalioSamples.Timer.csproj b/src/Timer/TemporalioSamples.Timer.csproj index e3b6154..e88b97e 100644 --- a/src/Timer/TemporalioSamples.Timer.csproj +++ b/src/Timer/TemporalioSamples.Timer.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/UpdatableTimer/TemporalioSamples.UpdatableTimer.csproj b/src/UpdatableTimer/TemporalioSamples.UpdatableTimer.csproj index e3b6154..e88b97e 100644 --- a/src/UpdatableTimer/TemporalioSamples.UpdatableTimer.csproj +++ b/src/UpdatableTimer/TemporalioSamples.UpdatableTimer.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/UpdateWithStartEarlyReturn/TemporalioSamples.UpdateWithStartEarlyReturn.csproj b/src/UpdateWithStartEarlyReturn/TemporalioSamples.UpdateWithStartEarlyReturn.csproj index 2db6435..d2b19ea 100644 --- a/src/UpdateWithStartEarlyReturn/TemporalioSamples.UpdateWithStartEarlyReturn.csproj +++ b/src/UpdateWithStartEarlyReturn/TemporalioSamples.UpdateWithStartEarlyReturn.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/UpdateWithStartLazyInit/TemporalioSamples.UpdateWithStartLazyInit.csproj b/src/UpdateWithStartLazyInit/TemporalioSamples.UpdateWithStartLazyInit.csproj index 2db6435..d2b19ea 100644 --- a/src/UpdateWithStartLazyInit/TemporalioSamples.UpdateWithStartLazyInit.csproj +++ b/src/UpdateWithStartLazyInit/TemporalioSamples.UpdateWithStartLazyInit.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/WorkerSpecificTaskQueues/TemporalioSamples.WorkerSpecificTaskQueues.csproj b/src/WorkerSpecificTaskQueues/TemporalioSamples.WorkerSpecificTaskQueues.csproj index e3b6154..e88b97e 100644 --- a/src/WorkerSpecificTaskQueues/TemporalioSamples.WorkerSpecificTaskQueues.csproj +++ b/src/WorkerSpecificTaskQueues/TemporalioSamples.WorkerSpecificTaskQueues.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file diff --git a/src/WorkerVersioning/TemporalioSamples.WorkerVersioning.csproj b/src/WorkerVersioning/TemporalioSamples.WorkerVersioning.csproj index 52e6553..a8719d7 100644 --- a/src/WorkerVersioning/TemporalioSamples.WorkerVersioning.csproj +++ b/src/WorkerVersioning/TemporalioSamples.WorkerVersioning.csproj @@ -3,5 +3,8 @@ Exe + + + diff --git a/src/WorkflowUpdate/TemporalioSamples.WorkflowUpdate.csproj b/src/WorkflowUpdate/TemporalioSamples.WorkflowUpdate.csproj index 2db6435..d2b19ea 100644 --- a/src/WorkflowUpdate/TemporalioSamples.WorkflowUpdate.csproj +++ b/src/WorkflowUpdate/TemporalioSamples.WorkflowUpdate.csproj @@ -3,5 +3,8 @@ Exe + + + \ No newline at end of file