mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
* Update nuget packages * try to fix build (Microsoft.UI.Xaml) * Removed dlls because there are not needed anymore * Add binaries System.Text.Json.dll (5x) to wxs file * Downgrade System.IO.Abstractions.* due to breaking changes * Update Microsoft.NET.Test.Sdk * Revert MSTest.* to 2.2.3
What does Wox.Plugin do?
- Defines base objects and interfaces for plugins
- Plugin authors making C# plugins should reference this DLL via nuget
- Contains base commands used by all plugins