manager: migrate base project structure & deps

This commit is contained in:
2025-11-10 18:28:20 +01:00
parent da25510543
commit 6cf27b4867
28 changed files with 304 additions and 155 deletions

View File

@@ -1,9 +1,9 @@
using Pilz.UI.WinForms.Telerik.Symbols;
using System.Reflection;
using System.Reflection;
using Pilz.UI.AvaloniaUI.Symbols;
namespace ModpackUpdater.Apps.Manager;
namespace ModpackUpdater.Apps;
internal class AppSymbolFactory : RadSymbolFactory<AppSymbols>
internal class AppSymbolFactory : SymbolFactory<AppSymbols>
{
public override Assembly GetImageResourceAssembly()
{