refabrique : une librairie serveur

This commit is contained in:
Paul Schneider 2018-03-12 23:49:05 +01:00
commit 4df7ef7f4b
25 changed files with 457 additions and 86 deletions

View file

@ -8,6 +8,11 @@
},
"dependencies": {
"Yavsc.Abstract": {
"target": "project",
"type": "build"
},
"Yavsc.Server": {
"target": "project",
"type": "build"
},
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
@ -32,9 +37,10 @@
"frameworks": {
"dnx451": {
"dependencies": {
"System.Json": "4.0.0"
"System.Json": "4.0.20126.16343"
}
}
},
"net451": {}
},
"exclude": [
"wwwroot",
@ -56,4 +62,4 @@
"gulp min"
]
}
}
}