mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
KeePassLib bumped to 2.37, compilation ok.
WIP tests
This commit is contained in:

committed by
BONNEVILLE Geoffroy

parent
d5b7845242
commit
c82d6d001d
10
ModernKeePassLib/Utility/MonoWorkaround.PCL.cs
Normal file
10
ModernKeePassLib/Utility/MonoWorkaround.PCL.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ModernKeePassLib.Utility
|
||||
{
|
||||
public static class MonoWorkarounds
|
||||
{
|
||||
public static bool IsRequired(int i)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user