Files
modernkeepass/ModernKeePass.Infrastructure/project.json

11 lines
222 B
JSON
Raw Normal View History

2018-05-22 18:27:44 +02:00
{
"supports": {},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"ModernKeePassLib": "2.44.1",
"NETStandard.Library": "1.6.1"
2018-05-22 18:27:44 +02:00
},
"frameworks": {
"netstandard1.2": {}
}
}