yavsc/YavscLib/project.json

26 lines
419 B
JSON

9 years ago
{
9 years ago
"version": "1.0.0-*",
"description": "Yavsc Client Api",
"authors": [
"Paul Schneider"
],
"tags": [
""
],
"projectUrl": "",
"licenseUrl": "",
"tooling": {
"defaultNamespace": "Yavsc"
},
9 years ago
"dependencies": {
"Newtonsoft.Json": "10.0.2"
},
9 years ago
"frameworks": {
"net451": {
"frameworkAssemblies": {
9 years ago
"System.ComponentModel.DataAnnotations": "4.0.0"
}
9 years ago
}
9 years ago
}
}