Files
modernkeepass/ModernKeePassLib/project.json

16 lines
405 B
JSON
Raw Permalink Normal View History

2017-09-23 09:42:48 -04:00
{
"supports": {},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
2017-09-26 15:38:58 +02:00
"NETStandard.Library": "2.0.0",
"Portable.BouncyCastle": "1.8.1.3",
2017-09-23 09:42:48 -04:00
"Splat": "2.0.0",
"System.Runtime.WindowsRuntime": "4.3.0",
2017-09-23 09:42:48 -04:00
"System.Xml.ReaderWriter": "4.3.0",
"System.Xml.XmlSerializer": "4.3.0",
"Validation": "2.4.15"
},
"frameworks": {
"netstandard1.2": {}
}
}