Compare commits

..

1 commit

Author SHA1 Message Date
DHR60
acf98935ce
Merge 11924b545f into 7f07279a4c 2025-09-28 19:08:38 +08:00
5 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>7.15.0</Version> <Version>7.14.12</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View file

@ -1,3 +1,5 @@
using System.Reactive;
namespace ServiceLib.Manager; namespace ServiceLib.Manager;
public sealed class AppManager public sealed class AppManager

View file

@ -1,3 +1,4 @@
using System.Reactive;
using Avalonia; using Avalonia;
using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml; using Avalonia.Markup.Xaml;