Files
modernkeepass/ModernKeePass.Application/project.json
Geoffroy BONNEVILLE 1c6fb0f2bb Removed useless collectionviewsource
Updated some packages
2020-06-02 15:57:14 +02:00

16 lines
416 B
JSON

{
"supports": {},
"dependencies": {
"AutoMapper": "5.2.0",
"FluentValidation": "8.6.2",
"MediatR": "3.0.1",
"MediatR.Extensions.Microsoft.DependencyInjection": "2.0.0",
"Microsoft.Extensions.DependencyInjection": "1.1.1",
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
"NETStandard.Library": "2.0.3",
"Splat": "3.0.0"
},
"frameworks": {
"netstandard1.2": {}
}
}