project url & frameworks

This commit is contained in:
2018-07-02 13:47:10 +02:00
parent a7a92e1f6e
commit b7ad1951e2

View File

@ -1,61 +1,60 @@
{ {
"version": "1.0.5-*", "version": "1.0.5-*",
"title": "Yavsc - l'abstrait", "title": "Yavsc - l'abstrait",
"description": "Yavsc Client&Server Api", "description": "Yavsc Client&Server Api",
"authors": [ "authors": [
"Paul Schneider <paul@pschneider.fr>" "Paul Schneider <paul@pschneider.fr>"
],
"packOptions": {
"repository": {
"type": "git",
"url": "https://github.com/pazof/yavsc"
},
"licenseUrl": "https://github.com/pazof/yavsc/blob/vnext/LICENSE",
"requireLicenseAcceptance": true,
"owners": [
"Paul Schneider <paul@pschneider.fr>"
], ],
"packOptions": { "summary": "Yet another very small company",
"repository": { "projectUrl": "http://yavsc.pschneider.fr",
"type": "git", "tags": [
"url": "https://github.com/pazof/yavsc" "Blog",
}, "Blog",
"licenseUrl": "https://github.com/pazof/yavsc/blob/vnext/LICENSE", "PoS",
"requireLicenseAcceptance": true, "Chat"
"owners": [ ]
"Paul Schneider <paul@pschneider.fr>" },
], "tooling": {
"summary": "Yet another very small company", "defaultNamespace": "Yavsc"
"projectUrl": "http://yavsc.pschneider.fr", },
"tags": [ "dependencies": {
"Blog", "Newtonsoft.Json": "9.0.1"
"Blog", },
"PoS", "frameworks": {
"Chat" "dnx451": {
] "frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
}, },
"tooling": { "net46": {
"defaultNamespace": "Yavsc" "frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
}, },
"dependencies": { "net461": {
"Newtonsoft.Json": "9.0.1" "frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
}, },
"frameworks": { "net452": {
"dnx451": { "frameworkAssemblies": {
"frameworkAssemblies": { "System.ComponentModel.DataAnnotations": "4.0.0"
"System.ComponentModel.DataAnnotations": "4.0.0" }
},
} "net451": {
}, "frameworkAssemblies": {
"net46": { "System.ComponentModel.DataAnnotations": "4.0.0"
"frameworkAssemblies": { }
"System.ComponentModel.DataAnnotations": "4.0.0"
}
},
"net461": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
},
"net452": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
},
"net451": {
"frameworkAssemblies": {
"System.ComponentModel.DataAnnotations": "4.0.0"
}
}
} }
}
} }