Files
modernkeepass/ModernKeePass.Infrastructure/project.json

13 lines
317 B
JSON
Raw Normal View History

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