mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-19 17:33:25 +08:00
feat: introduce AirApp SDK, InkCanvas components, and background service infrastructure with updated dependencies
This commit is contained in:
@@ -20,10 +20,9 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
|
||||
<PackageReference Include="Avalonia" Version="11.2.2" />
|
||||
<PackageReference Include="Avalonia.Controls" Version="11.2.2" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" VersionOverride="10.0.9" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" VersionOverride="10.0.9" />
|
||||
<PackageReference Include="Avalonia" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Build targets for .laapp packaging -->
|
||||
|
||||
Reference in New Issue
Block a user