Browse Source

Cleanup tests project dependencies

af/merge-core
James Jackson-South 10 years ago
parent
commit
89e5251e39
  1. 6
      tests/ImageSharp.Tests/project.json

6
tests/ImageSharp.Tests/project.json

@ -25,11 +25,7 @@
"type": "platform", "type": "platform",
"version": "1.0.0-*" "version": "1.0.0-*"
} }
}, }
"imports": [
"dnxcore50",
"portable-net45+win8"
]
} }
}, },
"testRunner": "xunit" "testRunner": "xunit"

Loading…
Cancel
Save