mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 21:31:47 +00:00
[PR #645] [MERGED] Fix compiler warning #1080
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/645
Author: @Deterous
Created: 2/6/2024
Status: ✅ Merged
Merged: 2/6/2024
Merged by: @mnadareski
Base:
master← Head:compile-warning📝 Commits (2)
29f39bbFix compiler warning about PresentationFramework.Aero250d23c1Update changelog📊 Changes
2 files changed (+1 additions, -3 deletions)
View changed files
📝
CHANGELIST.md(+1 -0)📝
MPF/MPF.csproj(+0 -3)📄 Description
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).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.