yavsc/Yavsc.Abstract/project.json

25 lines
419 B
JSON
Raw Normal View History

2017-05-02 13:10:23 +02:00
{
2016-07-27 10:56:49 +02:00
"version": "1.0.0-*",
"description": "Yavsc Client Api",
"authors": [
"Paul Schneider"
],
"tags": [
""
],
"projectUrl": "",
"licenseUrl": "",
"tooling": {
"defaultNamespace": "Yavsc"
},
2017-05-02 13:10:23 +02:00
"dependencies": {
"Newtonsoft.Json": "10.0.2"
},
2016-07-27 10:56:49 +02:00
"frameworks": {
"net451": {
"frameworkAssemblies": {
2017-05-02 13:10:23 +02:00
"System.ComponentModel.DataAnnotations": "4.0.0"
}
2017-04-03 15:34:47 +02:00
}
2016-07-27 10:56:49 +02:00
}
2017-05-01 00:00:56 +02:00
}