mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Updated ClickToBuild.cmd to support VS2019 (v16) and VS2022 (v17) (#8764)
Removed support for eariler MSBuild versions (they cannot compile SmtpMessageChannel.cs) Updated lib/nuget/nuget.exe to latest version (6.9.1.3) (required for package restoration) Modified Obsolete attribute in SmtpSettingsPart.cs so the solution builds with VS2019
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Orchard.Email.Models {
|
||||
set { this.Store(x => x.Port, value); }
|
||||
}
|
||||
|
||||
[Obsolete($"Use {nameof(AutoSelectEncryption)} and/or {nameof(EncryptionMethod)} instead.")]
|
||||
[Obsolete("Use " + nameof(AutoSelectEncryption) + " and/or "+ nameof(EncryptionMethod) + " instead.")]
|
||||
public bool EnableSsl => this.Retrieve(x => x.EnableSsl);
|
||||
|
||||
public SmtpEncryptionMethod EncryptionMethod {
|
||||
|
||||
Reference in New Issue
Block a user