From 757a73ca6b25727fc40cf274ff1e5dad51c5fa2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Mon, 11 Nov 2024 00:01:25 +0100 Subject: [PATCH] Fix wino mail build error. --- Wino.Mail/App.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Wino.Mail/App.xaml.cs b/Wino.Mail/App.xaml.cs index cd740c52..37e3bf36 100644 --- a/Wino.Mail/App.xaml.cs +++ b/Wino.Mail/App.xaml.cs @@ -93,6 +93,7 @@ namespace Wino { services.AddSingleton(); services.AddSingleton(); + services.AddTransient(); } private void RegisterViewModels(IServiceCollection services)