Migrated project type from PCL to full netstandard 1.2

This commit is contained in:
Geoffroy BONNEVILLE
2020-03-23 19:23:23 +01:00
parent 5067f81189
commit 6a90a2876a
11 changed files with 77 additions and 440 deletions

View File

@@ -174,7 +174,7 @@ namespace ModernKeePassLib.Translation
return new Dictionary<string, string>();
}
#if (!KeePassLibSD && !KeePassUAP !&&ModernKeePassLib)
#if (!KeePassLibSD && !KeePassUAP && !ModernKeePassLib)
public void ApplyTo(Form form)
{
if(form == null) throw new ArgumentNullException("form");