[PR #645] Fix compiler warning #1083

Open
opened 2026-01-29 16:25:16 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/SabreTools/MPF/pull/645

State: closed
Merged: Yes


Compiler (even Appveyor) currently gives this warning for .NET Core builds:
warning MSB3243: No way to resolve conflict between "PresentationFramework.Aero2, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" and "PresentationFramework.Aero2". Choosing "PresentationFramework.Aero2, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"

I'm unsure what is already implicitly pulling PresentationFramework.Aero2, but by removing the redundant reference, this warning goes away (check the appveyor compiler messages for this build).

**Original Pull Request:** https://github.com/SabreTools/MPF/pull/645 **State:** closed **Merged:** Yes --- Compiler (even [Appveyor](https://ci.appveyor.com/project/mnadareski/mpf/builds/49110150)) currently gives this warning for .NET Core builds: `warning MSB3243: No way to resolve conflict between "PresentationFramework.Aero2, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" and "PresentationFramework.Aero2". Choosing "PresentationFramework.Aero2, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" ` I'm unsure what is already implicitly pulling PresentationFramework.Aero2, but by removing the redundant reference, this warning goes away (check the [appveyor compiler messages for this build](https://ci.appveyor.com/project/mnadareski/mpf/builds/49123283)).
claunia added the pull-request label 2026-01-29 16:25:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1083