diff --git a/Directory.Packages.props b/Directory.Packages.props
index 50d1c42..4c987f2 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -9,7 +9,7 @@
-
+
@@ -21,17 +21,16 @@
-
+
-
-
+
-
+
-
+
diff --git a/tests/Immediate.Validations.FunctionalTests/IntegrationTests/FullHandlerTests.cs b/tests/Immediate.Validations.FunctionalTests/IntegrationTests/FullHandlerTests.cs
index 4a69530..2daa631 100644
--- a/tests/Immediate.Validations.FunctionalTests/IntegrationTests/FullHandlerTests.cs
+++ b/tests/Immediate.Validations.FunctionalTests/IntegrationTests/FullHandlerTests.cs
@@ -11,8 +11,8 @@ public async Task FullTestWithValidData()
var services = new ServiceCollection();
_ = services
- .AddHandlers()
- .AddBehaviors();
+ .AddImmediateValidationsFunctionalTestsHandlers()
+ .AddImmediateValidationsFunctionalTestsBehaviors();
var provider = services.BuildServiceProvider();
using var scope = provider.CreateScope();
@@ -34,8 +34,8 @@ public async Task FullTestWithNullData()
var services = new ServiceCollection();
_ = services
- .AddHandlers()
- .AddBehaviors();
+ .AddImmediateValidationsFunctionalTestsHandlers()
+ .AddImmediateValidationsFunctionalTestsBehaviors();
var provider = services.BuildServiceProvider();
using var scope = provider.CreateScope();
@@ -65,8 +65,8 @@ public async Task FullTestWithNullName()
var services = new ServiceCollection();
_ = services
- .AddHandlers()
- .AddBehaviors();
+ .AddImmediateValidationsFunctionalTestsHandlers()
+ .AddImmediateValidationsFunctionalTestsBehaviors();
var provider = services.BuildServiceProvider();
using var scope = provider.CreateScope();
@@ -101,8 +101,8 @@ public async Task FullTestWithEmptyName()
var services = new ServiceCollection();
_ = services
- .AddHandlers()
- .AddBehaviors();
+ .AddImmediateValidationsFunctionalTestsHandlers()
+ .AddImmediateValidationsFunctionalTestsBehaviors();
var provider = services.BuildServiceProvider();
using var scope = provider.CreateScope();
@@ -137,8 +137,8 @@ public async Task FullTestWithInvalidStatus()
var services = new ServiceCollection();
_ = services
- .AddHandlers()
- .AddBehaviors();
+ .AddImmediateValidationsFunctionalTestsHandlers()
+ .AddImmediateValidationsFunctionalTestsBehaviors();
var provider = services.BuildServiceProvider();
using var scope = provider.CreateScope();
@@ -173,8 +173,8 @@ public async Task FullTestWithInvalidValue()
var services = new ServiceCollection();
_ = services
- .AddHandlers()
- .AddBehaviors();
+ .AddImmediateValidationsFunctionalTestsHandlers()
+ .AddImmediateValidationsFunctionalTestsBehaviors();
var provider = services.BuildServiceProvider();
using var scope = provider.CreateScope();