jstedfast / MimeKit

A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
http://www.mimekit.net
MIT License
1.79k stars 360 forks source link

Could not load file or assembly 'System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 #1027

Closed jacdy closed 2 months ago

jacdy commented 2 months ago

Describe the bug Since upgrading to the latest version with nuget I keep getting the error below

Could not load file or assembly 'System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51

at MimeKit.Header.Unfold(String text) at MimeKit.Header.SetValue(FormatOptions format, Encoding encoding, String value)

Platform (please complete the following information):

jstedfast commented 2 months ago

You'll find your answer here: https://stackoverflow.com/a/67973309/87117