Files
modernkeepass/ModernKeePass.Infrastructure/project.json

12 lines
249 B
JSON
Raw Normal View History

2018-05-22 18:27:44 +02:00
{
"supports": {},
"dependencies": {
"AutoMapper": "5.2.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
"ModernKeePassLib": "2.45.1",
"NETStandard.Library": "2.0.3"
2018-05-22 18:27:44 +02:00
},
"frameworks": {
"netstandard1.2": {}
}
}