feat(ui): add InstallerLocator

This commit is contained in:
mika kuns
2026-04-23 14:56:57 +02:00
parent c06d1d6afb
commit ee09706811
3 changed files with 106 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.11" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
</ItemGroup>
<PropertyGroup>