From 8252e47b774c0016c392699225cb999adab1d504 Mon Sep 17 00:00:00 2001 From: Artyom Tonoyan Date: Fri, 1 Nov 2024 15:58:02 +0400 Subject: [PATCH] Update src/OpenFeature.Hosting/HostedFeatureLifecycleService.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: André Silva <2493377+askpt@users.noreply.github.com> Signed-off-by: Artyom Tonoyan --- src/OpenFeature.Hosting/HostedFeatureLifecycleService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFeature.Hosting/HostedFeatureLifecycleService.cs b/src/OpenFeature.Hosting/HostedFeatureLifecycleService.cs index 574dabae..5209a525 100644 --- a/src/OpenFeature.Hosting/HostedFeatureLifecycleService.cs +++ b/src/OpenFeature.Hosting/HostedFeatureLifecycleService.cs @@ -3,7 +3,7 @@ using Microsoft.Extensions.Options; using OpenFeature.DependencyInjection; -namespace OpenFeature; +namespace OpenFeature.Hosting; /// /// A hosted service that manages the lifecycle of features within the application.