Bringing Project Ironsides into Dev Home by jaholme · Pull Request #2887 · microsoft/devhome
…o fix version mismatch warning. The following warning is due to referencing the version of System.Drawing.Common another component includes. This change updates the version to 8.0.0.0 and gets rid of the warning. Verified: 1. Build no longer prints warning. 2. PI launches with no issues. warning MSB3277: Found conflicts between different versions of "System.Drawing.Common" that could not be resolved. warning MSB3277: There was a conflict between "System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" and "System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". warning MSB3277: "System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" was chosen because it was primary and "System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" was not. warning MSB3277: References which depend on "System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" [E:\repos\DevHome\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll]. warning MSB3277: E:\repos\DevHome\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll warning MSB3277: Project file item includes which caused reference "E:\repos\DevHome\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll". warning MSB3277: E:\repos\DevHome\packages\system.drawing.common\6.0.0\lib\net6.0\System.Drawing.Common.dll warning MSB3277: References which depend on or have been unified to "System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" []. warning MSB3277: E:\repos\DevHome\packages\system.windows.extensions\8.0.0\lib\net8.0\System.Windows.Extensions.dll warning MSB3277: Project file item includes which caused reference "E:\repos\DevHome\packages\system.windows.extensions\8.0.0\lib\net8.0\System.Windows.Extensions.dll". warning MSB3277: E:\repos\DevHome\packages\system.windows.extensions\8.0.0\lib\net8.0\System.Windows.Extensions.dll warning MSB3277: E:\repos\DevHome\packages\system.security.permissions\8.0.0\lib\net8.0\System.Security.Permissions.dll warning MSB3277: E:\repos\DevHome\packages\system.directoryservices\8.0.0\lib\net8.0\System.DirectoryServices.dll