diff --git a/.gitignore b/.gitignore
index 8a30d25..42bc5d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,9 @@
*.userosscache
*.sln.docstates
+# Rider
+.idea
+
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
diff --git a/Directory.Build.props b/Directory.Build.props
index 60adef7..5f07ef1 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -6,7 +6,7 @@
- 2.2.0
+ 3.0.0
diff --git a/src/ReflectionEventing.Autofac/AutofacConsumerProvider.cs b/src/ReflectionEventing.Autofac/AutofacConsumerProvider.cs
index 72e89a9..c416972 100644
--- a/src/ReflectionEventing.Autofac/AutofacConsumerProvider.cs
+++ b/src/ReflectionEventing.Autofac/AutofacConsumerProvider.cs
@@ -13,7 +13,7 @@ namespace ReflectionEventing.Autofac;
public class AutofacConsumerProvider(ILifetimeScope lifetimeScope) : IConsumerProvider
{
///
- public IEnumerable