yavsc/Yavsc.Client/project.json

20 lines
341 B
JSON
Raw Normal View History

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"
},
2016-07-30 23:49:05 +02:00
"dependencies": {},
2016-07-27 10:56:49 +02:00
"frameworks": {
2016-07-30 23:49:05 +02:00
"net451": {},
".NETPortable,Version=v4.5,Profile=Profile111": {}
2016-07-27 10:56:49 +02:00
}
}