Sicos1977 / MSGReader

C# Outlook MSG file reader without the need for Outlook
http://sicos1977.github.io/MSGReader
MIT License
478 stars 168 forks source link

4.4.1 gives errors on 4.8 framework #293

Closed clabough closed 2 years ago

clabough commented 2 years ago

warning MSB3277: Found conflicts between different versions of "System.Numerics.Vectors" that could not be resolved. warning MSB3277: There was a conflict between "System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Numerics.Vectors, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".

warning MSB3277: Found conflicts between different versions of "System.Runtime" that could not be resolved. warning MSB3277: There was a conflict between "System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".

Found conflicts between different versions of "System.Xml.ReaderWriter" that could not be resolved. warning MSB3277: There was a conflict between "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Xml.ReaderWriter, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".

Found conflicts between different versions of "System.Linq" that could not be resolved. warning MSB3277: There was a conflict between "System.Linq, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Linq, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".

Found conflicts between different versions of "System.Text.RegularExpressions" that could not be resolved. warning MSB3277: There was a conflict between "System.Text.RegularExpressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Text.RegularExpressions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".

Sicos1977 commented 2 years ago

This has to do with the Micrsoft MUAI library I'm using. I'll try to fix it this week.

Sicos1977 commented 2 years ago

Fixed in the latest version. I replaced MUAI with ImageSharp