mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request This pull request updates the `.pipelines/ESRPSigning_core.json` file to include additional DLLs for code signing. These changes ensure that new dependencies are properly signed as part of the build and deployment process. **Added DLLs for signing:** * Added `CommunityToolkit.WinUI.Controls.MarkdownTextBlock.dll` and its `WinUI3Apps` version to the list of files to be signed. * Added `Markdig.dll` and its `WinUI3Apps` version to the list of files to be signed. * Added `RomanNumerals.dll` and its `WinUI3Apps` version to the list of files to be signed.