diff --git a/Totoro.WinUI/App.xaml.cs b/Totoro.WinUI/App.xaml.cs index c1b7bb6..7af6300 100644 --- a/Totoro.WinUI/App.xaml.cs +++ b/Totoro.WinUI/App.xaml.cs @@ -38,10 +38,7 @@ public partial class App : Application, IEnableLogger config.SetBasePath(Package.Current.InstalledLocation.Path) .AddJsonFile("appsettings.json"); } - -#if DEBUG config.AddJsonFile("appsettings.Development.json"); -#endif }) .ConfigureServices((context, services) => {