diff --git a/src/OpenFeature.Contrib.Providers.Flagd/DependencyInjection/FeatureBuilderExtensions.cs b/src/OpenFeature.Contrib.Providers.Flagd/DependencyInjection/FeatureBuilderExtensions.cs index dcad5fac..485d4293 100644 --- a/src/OpenFeature.Contrib.Providers.Flagd/DependencyInjection/FeatureBuilderExtensions.cs +++ b/src/OpenFeature.Contrib.Providers.Flagd/DependencyInjection/FeatureBuilderExtensions.cs @@ -5,6 +5,7 @@ using Microsoft.Extensions.Options; using OpenFeature.Contrib.Providers.Flagd; using OpenFeature.Contrib.Providers.Flagd.DependencyInjection; +using OpenFeature.Hosting; namespace OpenFeature.DependencyInjection.Providers.Flagd; diff --git a/src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj b/src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj index d8c5f940..ef2acd20 100644 --- a/src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj +++ b/src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj @@ -38,9 +38,9 @@ - + - [2.2,2.99999] + [2.9,2.99999] diff --git a/src/OpenFeature.Providers.Ofrep/DependencyInjection/FeatureBuilderExtensions.cs b/src/OpenFeature.Providers.Ofrep/DependencyInjection/FeatureBuilderExtensions.cs index 6da5b220..f9fa7f0c 100644 --- a/src/OpenFeature.Providers.Ofrep/DependencyInjection/FeatureBuilderExtensions.cs +++ b/src/OpenFeature.Providers.Ofrep/DependencyInjection/FeatureBuilderExtensions.cs @@ -1,6 +1,6 @@ using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; -using OpenFeature.DependencyInjection; +using OpenFeature.Hosting; using OpenFeature.Providers.Ofrep.Configuration; #if NETFRAMEWORK using System.Net.Http; diff --git a/src/OpenFeature.Providers.Ofrep/OpenFeature.Providers.Ofrep.csproj b/src/OpenFeature.Providers.Ofrep/OpenFeature.Providers.Ofrep.csproj index 82222b5b..bd1036e5 100644 --- a/src/OpenFeature.Providers.Ofrep/OpenFeature.Providers.Ofrep.csproj +++ b/src/OpenFeature.Providers.Ofrep/OpenFeature.Providers.Ofrep.csproj @@ -22,10 +22,10 @@ - + - [2.2,2.99999] + [2.9,2.99999] - + \ No newline at end of file diff --git a/test/OpenFeature.Providers.Ofrep.Test/DependencyInjection/OfrepProviderWebApplicationIntegrationTests.cs b/test/OpenFeature.Providers.Ofrep.Test/DependencyInjection/OfrepProviderWebApplicationIntegrationTests.cs index c9382e17..323ce274 100644 --- a/test/OpenFeature.Providers.Ofrep.Test/DependencyInjection/OfrepProviderWebApplicationIntegrationTests.cs +++ b/test/OpenFeature.Providers.Ofrep.Test/DependencyInjection/OfrepProviderWebApplicationIntegrationTests.cs @@ -38,7 +38,6 @@ public async Task OfrepProvider_Integration_WithTestServer_CanEvaluateFeatureFla builder.Services.AddOpenFeature(openFeatureBuilder => { openFeatureBuilder - .AddHostedFeatureLifecycle() .AddOfrepProvider(c => { c.BaseUrl = baseUrl; diff --git a/test/OpenFeature.Providers.Ofrep.Test/OpenFeature.Providers.Ofrep.Test.csproj b/test/OpenFeature.Providers.Ofrep.Test/OpenFeature.Providers.Ofrep.Test.csproj index 232219b8..18c7f5ce 100644 --- a/test/OpenFeature.Providers.Ofrep.Test/OpenFeature.Providers.Ofrep.Test.csproj +++ b/test/OpenFeature.Providers.Ofrep.Test/OpenFeature.Providers.Ofrep.Test.csproj @@ -21,7 +21,7 @@ - + - + \ No newline at end of file