From f5b7ddd362549bb2c9012bc4f07552986e85524a Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 22 Jul 2024 13:23:05 +0200 Subject: [PATCH] Extending models --- SharpRSS.Business/DependencyInjection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SharpRSS.Business/DependencyInjection.cs b/SharpRSS.Business/DependencyInjection.cs index cec002c..4862287 100644 --- a/SharpRSS.Business/DependencyInjection.cs +++ b/SharpRSS.Business/DependencyInjection.cs @@ -1,5 +1,4 @@ using DotBased.ASP.Auth; -using DotBased.ASP.Auth.Scheme; using DotBased.Logging; using DotBased.Logging.Serilog; using Microsoft.AspNetCore.Builder;