Files
modernkeepass/ModernKeePass.Application/project.json
Geoffroy BONNEVILLE 7e44d47065 WIP Clean Architecture
Windows 8.1 App Uses keepasslib v2.44 (temporarily)
2020-03-24 13:01:14 +01:00

15 lines
318 B
JSON

{
"supports": {},
"dependencies": {
"Autofac": "4.9.4",
"AutoMapper": "6.2.2",
"FluentValidation": "8.6.2",
"MediatR": "4.0.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.1",
"Splat": "3.0.0"
},
"frameworks": {
"netstandard1.2": {}
}
}