Browse Source

Update benchmarks dependencies [skip ci]

Former-commit-id: ca0a9adab4e7ba90e388c9433e721fd9083b8601
Former-commit-id: 74eddd592fc987a43922fd71caffac45573d72ce
Former-commit-id: a17bd0c2f2ae2bdbfabe4ae030fe96a419268e96
af/merge-core
James Jackson-South 10 years ago
parent
commit
169f13540d
  1. 4
      tests/ImageProcessorCore.Benchmarks/project.json

4
tests/ImageProcessorCore.Benchmarks/project.json

@ -13,14 +13,14 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"BenchmarkDotNet.Diagnostics.Windows": "0.9.8.78", "BenchmarkDotNet.Diagnostics.Windows": "1.0.0",
"ImageProcessorCore": "1.0.0-*" "ImageProcessorCore": "1.0.0-*"
}, },
"commands": { "commands": {
"ImageProcessorCore.Benchmarks": "ImageProcessorCore.Benchmarks" "ImageProcessorCore.Benchmarks": "ImageProcessorCore.Benchmarks"
}, },
"frameworks": { "frameworks": {
"net451": { "net461": {
"dependencies": { "dependencies": {
}, },
"frameworkAssemblies": { "frameworkAssemblies": {

Loading…
Cancel
Save