Browse Source

fix net45 dependencies

pull/69/head
Scott Williams 9 years ago
committed by Scott Williams
parent
commit
44ded6657d
  1. 4
      src/ImageSharp.Formats.Bmp/project.json
  2. 4
      src/ImageSharp.Formats.Gif/project.json
  3. 4
      src/ImageSharp.Formats.Jpeg/project.json
  4. 4
      src/ImageSharp.Formats.Png/project.json
  5. 4
      src/ImageSharp/project.json

4
src/ImageSharp.Formats.Bmp/project.json

@ -66,7 +66,9 @@
},
"net45": {
"dependencies": {
"System.Runtime": "4.0.0"
"System.Runtime": "4.0.0",
"System.IO": "4.0.0",
"System.Threading.Tasks.Parallel": "4.0.0"
}
}
}

4
src/ImageSharp.Formats.Gif/project.json

@ -66,7 +66,9 @@
},
"net45": {
"dependencies": {
"System.Runtime": "4.0.0"
"System.Runtime": "4.0.0",
"System.IO": "4.0.0",
"System.Threading.Tasks.Parallel": "4.0.0"
}
}
}

4
src/ImageSharp.Formats.Jpeg/project.json

@ -66,7 +66,9 @@
},
"net45": {
"dependencies": {
"System.Runtime": "4.0.0"
"System.Runtime": "4.0.0",
"System.IO": "4.0.0",
"System.Threading.Tasks.Parallel": "4.0.0"
}
}
}

4
src/ImageSharp.Formats.Png/project.json

@ -66,7 +66,9 @@
},
"net45": {
"dependencies": {
"System.Runtime": "4.0.0"
"System.Runtime": "4.0.0",
"System.IO": "4.0.0",
"System.Threading.Tasks.Parallel": "4.0.0"
}
}
}

4
src/ImageSharp/project.json

@ -65,7 +65,9 @@
},
"net45": {
"dependencies": {
"System.Runtime": "4.0.0"
"System.Runtime": "4.0.0",
"System.IO": "4.0.0",
"System.Threading.Tasks.Parallel": "4.0.0"
}
}
}

Loading…
Cancel
Save