mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 23:50:20 -04:00
Downgrade to net standard 1.2
This commit is contained in:
17
ModernKeePassLib/project.json
Normal file
17
ModernKeePassLib/project.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"supports": {},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
|
||||
"NETStandard.Library": "2.0.3",
|
||||
"Portable.BouncyCastle": "1.8.2",
|
||||
"SixLabors.ImageSharp": "1.0.0-beta0005",
|
||||
"Splat": "3.0.0",
|
||||
"System.Runtime.WindowsRuntime": "4.3.0",
|
||||
"System.Xml.ReaderWriter": "4.3.1",
|
||||
"System.Xml.XmlSerializer": "4.3.0",
|
||||
"Validation": "2.4.18"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.2": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user