After struggling with many changes and problems due to a recent CefSharp WinForms upgrade to 91.1.211 from V79.1.360, I thought I was all fixed up with THIS post. :-) However, while at the moment my application is now working, I have developed the following warnings subsequent to adding the <CefSharpBuildAction>Content</CefSharpBuildAction>
line to the proj file:
warning MSB3178: ..\packages\CefSharp.Common.91.1.211\buildTransitive..\CefSharp\x86\CefSharp.BrowserSubprocess.Core.dll' is incorrectly specified as a file. ..\packages\CefSharp.Common.91.1.211\buildTransitive..\CefSharp\x86\CefSharp.BrowserSubprocess.exe' is incorrectly specified as a file. warning MSB3187: ..\packages\CefSharp.Common.91.1.211\buildTransitive..\CefSharp\x86\CefSharp.Core.Runtime.dll' targets a different processor than the application.
I have excluded only 3 .pdb files for publishing, eliminating 3 minor warnings referencing security. All target CPU references are set to AnyCPU and Prefer 32-bit is checked, as I believe has been recommended.
Is there anything that can be done to eliminate any of these warnings and clean this up once and for all?
Thanks in advance.