Files
modernkeepass/ModernKeePassLib/project.json
Geoffroy Bonneville 34996da19d Read-mode working
Write-mode does not create exceptions but still doesn't work
2017-09-25 14:50:47 +02:00

18 lines
480 B
JSON

{
"supports": {},
"dependencies": {
"Microsoft.Bcl.Build": "1.0.21",
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.0",
"PInvoke.Windows.Core": "0.5.97",
"Portable.BouncyCastle": "1.8.1.1",
"Splat": "2.0.0",
"System.Runtime.WindowsRuntime": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XmlSerializer": "4.3.0",
"Validation": "2.4.15"
},
"frameworks": {
"netstandard1.2": {}
}
}