Files
yoga/csharp/Facebook.Yoga/project.json
Filip Frącz 0371d9f613 Switched to using SafeHandle for native code interrupt.
- Created a new internal YGNodeHandle class extending SafeHandle.
- YogaNode now stores a reference to YGNodeHandle.
- Removed finalizer from YogaNode.
- Pulling in System.Runtime.Handles 4.3.0.
2016-12-23 00:00:37 -06:00

16 lines
230 B
JSON

{
"language": "en",
"version": "3.0.0-*",
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Runtime.Handles": "4.3.0"
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
}
}