yavsc/YavscLib/project.json

28 lines
600 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": {
"net451": {},
".NETPortable,Version=v4.5,Profile=Profile111": {
"frameworkAssemblies": {
"System.Runtime": "4.0.0",
"System.Globalization": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
2017-03-02 23:47:44 +01:00
"System.Collections": "4.0.0",
"System.Collections.Generic": "4.0.0"
}
}
2016-07-27 10:56:49 +02:00
}
}