Browse Source

Forgot to commit project.json.

pull/65/head
Dirk Lemstra 10 years ago
parent
commit
755be4ab27
  1. 4
      src/ImageSharp/project.json

4
src/ImageSharp/project.json

@ -24,7 +24,7 @@
"buildOptions": { "buildOptions": {
"allowUnsafe": true, "allowUnsafe": true,
"xmlDoc": true, "xmlDoc": true,
"additionalArguments": [ "/additionalfile:stylecop.json" ] "additionalArguments": [ "/additionalfile:stylecop.json", "/ruleset:../../ImageSharp.ruleset" ]
}, },
"configurations": { "configurations": {
"Release": { "Release": {
@ -36,7 +36,7 @@
}, },
"dependencies": { "dependencies": {
"StyleCop.Analyzers": { "StyleCop.Analyzers": {
"version": "1.0.0", "version": "1.1.0-beta001",
"type": "build" "type": "build"
}, },
"System.Buffers": "4.0.0", "System.Buffers": "4.0.0",

Loading…
Cancel
Save