Add command pattern

This commit is contained in:
Petrutiu Mihai
2016-06-22 16:24:25 +03:00
parent 90fd5764d4
commit 1ab706016e
17 changed files with 375 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002702"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}
}