Files
behavioral-patterns/src/StrategyPattern/project.json
2016-07-14 12:24:11 +03:00

14 lines
174 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
}
}