yavsc/Yavsc.Abstract/project.json

60 lines
1.3 KiB
JSON
Raw Normal View History

2017-05-02 13:10:23 +02:00
{
2018-07-02 13:47:10 +02:00
"version": "1.0.5-*",
"title": "Yavsc - l'abstrait",
2018-11-25 21:33:26 +00:00
"description": "Yavsc common objects",
2018-07-02 13:47:10 +02:00
"authors": [
"Paul Schneider <paul@pschneider.fr>"
],
"packOptions": {
"repository": {
"type": "git",
"url": "https://github.com/pazof/yavsc"
},
"licenseUrl": "https://github.com/pazof/yavsc/blob/vnext/LICENSE",
"requireLicenseAcceptance": true,
"owners": [
"Paul Schneider <paul@pschneider.fr>"
2018-01-11 21:34:50 +01:00
],
2018-07-02 13:47:10 +02:00
"summary": "Yet another very small company",
"projectUrl": "http://yavsc.pschneider.fr",
"tags": [
"Blog",
"Blog",
"PoS",
"Chat"
]
},
"tooling": {
"defaultNamespace": "Yavsc"
},
"dependencies": {
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
},
"net46": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
2018-03-11 15:25:20 +01:00
},
2018-07-02 13:47:10 +02:00
"net461": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
2018-01-11 21:34:50 +01:00
},
2018-07-02 13:47:10 +02:00
"net452": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
2018-01-11 21:34:50 +01:00
},
2018-07-02 13:47:10 +02:00
"net451": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
2017-04-03 15:34:47 +02:00
}
2018-07-02 13:47:10 +02:00
}
2018-06-08 09:55:53 +02:00
}