SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
423 stars 34 forks source link

Fix compiler warning #645

Closed Deterous closed 8 months ago

Deterous commented 8 months ago

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).