+4 votes

Do you plan on having a version of Mail.dll for .NET Core. When might that be available?

by
retagged by
will there be a release for .net core 3.1 (or .net core 5) soon?
.NET  Standard 2.0 version should be used with all .NET Core versions (including 3.1).

Use nuget to obtain appropriate package:
https://www.nuget.org/packages/Mail.dll/

.NET 5 (there is no .net core 5.0) has not been released yet (it's currently in RC2 state).
We'll release .NET 5 version when .NET becomes an official release.

As .NET 5 implements .NET Standard 2.1 and earlier, you can use .NET Standard version of Mail.dll for .NET 5.0 development.

More info on .NET Standard and .NET 5.0:
https://docs.microsoft.com/en-us/dotnet/standard/net-standard
Thanks for the quick reply. I will review our project requirements in terms of .net standard.
All .NET core projects can reference .NET standard packages with no problems.

1 Answer

+1 vote
 
Best answer

.NET Standard 2.0 Mail.dll version should be used with all .NET Core projects (2.0, 2.2, 3.0, 3.1)

Use nuget to obtain appropriate package:
https://www.nuget.org/packages/Mail.dll/

by (297k points)
edited by
Any updates on this issue?
We are currently porting our applications to .net core,
starting with removing all non-compliant dependencies.
Please use the latest pre-release nuget package. It contains .NET standard 2.0 version.
Latest version includes .NET standard 2.0 package:
https://www.limilabs.com/mail/download
...