From ed1c7f249e5750a54c7050b8b41132cfe6fa4e24 Mon Sep 17 00:00:00 2001 From: ruberoid Date: Thu, 16 Oct 2025 16:46:09 +0400 Subject: [PATCH] deps fix --- Directory.Packages.props | 4 ++-- .../ServiceCollectionExtensions.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 51253a3..2c2976f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,7 +6,7 @@ 8.0.0 - + @@ -43,4 +43,4 @@ - + \ No newline at end of file diff --git a/src/Nocr.TextMatcher.AppServices/ServiceCollectionExtensions.cs b/src/Nocr.TextMatcher.AppServices/ServiceCollectionExtensions.cs index 3bc3be7..e10e88d 100644 --- a/src/Nocr.TextMatcher.AppServices/ServiceCollectionExtensions.cs +++ b/src/Nocr.TextMatcher.AppServices/ServiceCollectionExtensions.cs @@ -14,7 +14,7 @@ public static class ServiceCollectionExtensions // Add registrations here services.AddRebusHandler(); - services.AddRebusHandler(); + services.AddRebusHandler(); services.AddScoped(); return services;