Browse Source

Enable Visual Studio code coverage.

af/merge-core
Olivia 9 years ago
parent
commit
4b7caaa4eb
  1. 3
      tests/ImageSharp.Tests/project.json

3
tests/ImageSharp.Tests/project.json

@ -23,7 +23,8 @@
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
}
},
"Microsoft.CodeCoverage": "1.0.2"
}
},
"net451": {}

Loading…
Cancel
Save