Description of the new feature / enhancement
Upgrade PowerLauncher and all plugins to .NET 6
PowerToys Run and some plugins use Windows Runtime. It is not available in .NET 5 as before but can still be used with Target Framework Moniker option. With this option we have to specify the version of windows runtime. It should be windows10.0.18362.0 as it is the lowest version of windows we support. We should explorer other options here as well.
There is a bunch of obsolete APIs that should be replaced:
Assembly.GlobalAssemblyCache. It is used in exception formatted to show loaded assemblies. Should be easy to fix
Microsoft.Toolkit.Uwp.Notifications.NotificationActivator. It is used for toast notifications
Microsoft.Toolkit.Uwp.Notifications.DesktopNotificationManagerCompat. It is used for toast notifications
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
Description of the new feature / enhancement
Upgrade PowerLauncher and all plugins to .NET 6
PowerToys Run and some plugins use Windows Runtime. It is not available in .NET 5 as before but can still be used with Target Framework Moniker option. With this option we have to specify the version of windows runtime. It should be
windows10.0.18362.0as it is the lowest version of windows we support. We should explorer other options here as well.There is a bunch of obsolete APIs that should be replaced:
Assembly.GlobalAssemblyCache. It is used in exception formatted to show loaded assemblies. Should be easy to fixMicrosoft.Toolkit.Uwp.Notifications.NotificationActivator. It is used for toast notificationsMicrosoft.Toolkit.Uwp.Notifications.DesktopNotificationManagerCompat. It is used for toast notificationsSystem.Runtime.Serialization.Formatters.Binary.BinaryFormatter