yavsc/YavscLib/project.json

31 lines
638 B
JSON

8 years ago
{
"version": "1.0.0-*",
"description": "Yavsc Client Api",
"authors": [
"Paul Schneider"
],
"tags": [
""
],
"projectUrl": "",
"licenseUrl": "",
"tooling": {
"defaultNamespace": "Yavsc"
},
"dependencies": {},
8 years ago
"frameworks": {
"net451": {
"System.ComponentModel.Annotations": "4.0.0"
},
".NETPortable,Version=v4.5,Profile=Profile111": {
"frameworkAssemblies": {
"System": "4.0.0",
"System.Runtime": "4.0.0",
"System.Globalization": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Collections": "4.0.0"
}
8 years ago
}
8 years ago
}
}