Browse Source

Enabled xml documentation.

pull/1/head
dirk 10 years ago
parent
commit
c7a6466e1c
  1. 3
      src/ImageSharp/project.json

3
src/ImageSharp/project.json

@ -23,7 +23,8 @@
}, },
"buildOptions": { "buildOptions": {
"allowUnsafe": true, "allowUnsafe": true,
"debugType": "portable" "debugType": "portable",
"xmlDoc": true
}, },
"dependencies": { "dependencies": {
"System.Collections": "4.0.11", "System.Collections": "4.0.11",

Loading…
Cancel
Save