diff --git a/Directory.Packages.props b/Directory.Packages.props index 710cc043..334c640c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -25,9 +25,7 @@ - - - + diff --git a/test/OpenFeature.E2ETests/OpenFeature.E2ETests.csproj b/test/OpenFeature.E2ETests/OpenFeature.E2ETests.csproj index 001a3a36..2d78a9ed 100644 --- a/test/OpenFeature.E2ETests/OpenFeature.E2ETests.csproj +++ b/test/OpenFeature.E2ETests/OpenFeature.E2ETests.csproj @@ -16,9 +16,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + diff --git a/test/OpenFeature.E2ETests/Steps/EvaluationStepDefinitions.cs b/test/OpenFeature.E2ETests/Steps/EvaluationStepDefinitions.cs index d0870ec3..0713370a 100644 --- a/test/OpenFeature.E2ETests/Steps/EvaluationStepDefinitions.cs +++ b/test/OpenFeature.E2ETests/Steps/EvaluationStepDefinitions.cs @@ -4,7 +4,7 @@ using OpenFeature.Extension; using OpenFeature.Model; using OpenFeature.Providers.Memory; -using TechTalk.SpecFlow; +using Reqnroll; using Xunit; namespace OpenFeature.E2ETests