增加irc-scp发布配置

This commit is contained in:
2024-07-11 16:59:58 +08:00
parent 239e0b84c2
commit 0827ede4b6
3 changed files with 31 additions and 3 deletions
@@ -40,7 +40,7 @@ namespace IRaCIS.Core.SCP
Assembly application = Assembly.LoadFrom(AppDomain.CurrentDomain.BaseDirectory + "IRaCIS.Core.SCP.dll");
Assembly application = Assembly.LoadFrom(AppDomain.CurrentDomain.BaseDirectory + typeof(BaseService).Assembly.GetName().Name+".dll");
containerBuilder.RegisterAssemblyTypes(application).Where(t => t.FullName.Contains("Service"))
.PropertiesAutowired().AsImplementedInterfaces();