Browse Source

Merge branch 'Core' of https://github.com/JimBobSquarePants/ImageProcessor into Core

Former-commit-id: 577590a57012b8e9abc5fa8df076a05a1e8d0dbd
Former-commit-id: 4ec4f2e0850a12f0334be551ae1dfcf8abf651f4
Former-commit-id: b15b77cfcf053f606ba88cc1fc25809fed84868f
af/merge-core
James Jackson-South 10 years ago
parent
commit
da674afec3
  1. 24
      src/ImageProcessorCore/project.json

24
src/ImageProcessorCore/project.json

@ -17,16 +17,22 @@
"debugType": "portable" "debugType": "portable"
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027", "System.Collections": "4.0.11-rc2-24027",
"System.Numerics.Vectors": "4.1.1-rc2-24027" "System.Diagnostics.Debug": "4.0.11-rc2-24027",
"System.Diagnostics.Tools": "4.0.1-rc2-24027",
"System.IO": "4.1.0-rc2-24027",
"System.IO.Compression": "4.1.0-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Numerics.Vectors": "4.1.1-rc2-24027",
"System.Resources.ResourceManager": "4.0.1-rc2-24027",
"System.Runtime.Extensions": "4.1.0-rc2-24027",
"System.Runtime.InteropServices": "4.1.0-rc2-24027",
"System.Text.Encoding.Extensions": "4.0.11-rc2-24027",
"System.Threading": "4.0.11-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027",
"System.Threading.Tasks.Parallel": "4.0.1-rc2-24027"
}, },
"frameworks": { "frameworks": {
"netstandard1.1": { "netstandard1.1": {}
"dependencies": {
"System.Threading": "4.0.11-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027",
"System.Threading.Tasks.Parallel": "4.0.1-rc2-24027"
}
}
} }
} }
Loading…
Cancel
Save