main
Paul Schneider 8 years ago
parent 3839d4cfdb
commit dc1ee69f75
2 changed files with 24 additions and 23 deletions

@ -1,25 +1,26 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Yavsc Client Api", "description": "Yavsc Client Api",
"authors": [ "authors": [
"Paul Schneider" "Paul Schneider"
], ],
"tags": [ "tags": [
"" ""
], ],
"projectUrl": "", "projectUrl": "",
"licenseUrl": "", "licenseUrl": "",
"tooling": { "tooling": {
"defaultNamespace": "Yavsc" "defaultNamespace": "Yavsc"
}, },
"dependencies": { "dependencies": {
"Newtonsoft.Json": "10.0.2" "Newtonsoft.Json": "10.0.2"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0" "System.ComponentModel.DataAnnotations": "4.0.0",
} "System.Json": "4.0.0"
}
}
} }
}
} }
Loading…