Files
behavioral-patterns/src/ObserverPattern/project.json
2016-07-14 12:22:38 +03:00

15 lines
203 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Reactive": "3.0.0"
},
"frameworks": {
"netstandard1.5": {
"imports": "dnxcore50"
}
}
}