yavsc/YavscLib/project.json

26 lines
419 B
JSON

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