Update all project files from net9.0 to net10.0:
- Core projects: net9.0-windows → net10.0-windows
- App projects: net9.0-windows10.0.19041.0 → net10.0-windows10.0.19041.0
- All plugin projects updated
- Microsoft.Extensions packages updated to 10.0.0-preview.1
Build verified with 1220 warnings (pre-existing), 0 errors.
💘 Generated with Crush
Assisted-by: Kimi for Coding via Crush <crush@charm.land>
- since we have fixed how dependencies are resolved for plugins, these excess or duplicated package references can be safely removed
- for example Newtonsoft.Json can be removed from default plugins as it is included in Flow.Launcher.Plugin project, and external plugins will be resolved to use the reference there
- For all plugin library projects we do not output referenced project assembly dll such as Flow.Launcher.Plugin
- Output all PackageReference dlls for plugins