Add strategy pattern basic example

This commit is contained in:
Petrutiu Mihai
2016-07-01 13:33:29 +03:00
committed by Petrutiu Mihai
parent b5997ced99
commit 63c5ae3ab1
10 changed files with 210 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
}
}