refabrique

This commit is contained in:
Paul Schneider 2016-07-27 10:56:49 +02:00
commit 9812d728c8
8 changed files with 336 additions and 142 deletions

21
Yavsc.Client/project.json Normal file
View file

@ -0,0 +1,21 @@
{
"version": "1.0.0-*",
"description": "Yavsc Client Api",
"authors": [
"Paul Schneider"
],
"tags": [
""
],
"projectUrl": "",
"licenseUrl": "",
"tooling": {
"defaultNamespace": "Yavsc"
},
"dependencies": {
"Microsoft.AspNet.SignalR.Client.Portable": "2.0.1"
},
"frameworks": {
"net451": {}
}
}