Browse Source

Wild stab at NET 4.5.1 support.

Former-commit-id: 2f49fc967eead9257c37dc7f078457bf4aa8eeee
Former-commit-id: 554edbeddb9f5af65b382b8b24e50f6d81bca6a9
Former-commit-id: 865f221f1449e37b210720a7a232bf53dfc83a34
af/merge-core
James Jackson-South 10 years ago
parent
commit
bf941b5e8a
  1. 7
      src/ImageProcessorCore/project.json

7
src/ImageProcessorCore/project.json

@ -29,12 +29,13 @@
"Microsoft.NETCore.Platforms": "1.0.1-beta-23516"
}
},
"net452": {
"net451": {
"dependencies": {
"System.Numerics.Vectors": "4.0.0"
"System.Numerics.Vectors": "4.0.0",
"System.Runtime": "4.0.0"
},
"frameworkAssemblies": {
"System.Runtime": ""
"System.Runtime": "4.0.0"
}
}
}

Loading…
Cancel
Save