Browse Source

Remove incorrect Vectors facade.

pull/100/head
James Jackson-South 9 years ago
parent
commit
75b541b33f
  1. 3
      src/ImageSharp.Drawing.Paths/project.json
  2. 3
      src/ImageSharp.Drawing/project.json
  3. 3
      src/ImageSharp.Formats.Bmp/project.json
  4. 3
      src/ImageSharp.Formats.Gif/project.json
  5. 3
      src/ImageSharp.Formats.Jpeg/project.json
  6. 3
      src/ImageSharp.Formats.Png/project.json
  7. 3
      src/ImageSharp.Processing/project.json
  8. 3
      src/ImageSharp/project.json

3
src/ImageSharp.Drawing.Paths/project.json

@ -88,8 +88,7 @@
},
"frameworkAssemblies": {
"System.Runtime": { "type": "build" },
"System.Numerics": "4.0.0.0",
"System.Numerics.Vectors": "4.0.0.0"
"System.Numerics": "4.0.0.0"
}
}
}

3
src/ImageSharp.Drawing/project.json

@ -87,8 +87,7 @@
},
"frameworkAssemblies": {
"System.Runtime": { "type": "build" },
"System.Numerics": "4.0.0.0",
"System.Numerics.Vectors": "4.0.0.0"
"System.Numerics": "4.0.0.0"
}
}
}

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

@ -85,8 +85,7 @@
},
"frameworkAssemblies": {
"System.Runtime": { "type": "build" },
"System.Numerics": "4.0.0.0",
"System.Numerics.Vectors": "4.0.0.0"
"System.Numerics": "4.0.0.0"
}
}
}

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

@ -85,8 +85,7 @@
},
"frameworkAssemblies": {
"System.Runtime": { "type": "build" },
"System.Numerics": "4.0.0.0",
"System.Numerics.Vectors": "4.0.0.0"
"System.Numerics": "4.0.0.0"
}
}
}

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

@ -85,8 +85,7 @@
},
"frameworkAssemblies": {
"System.Runtime": { "type": "build" },
"System.Numerics": "4.0.0.0",
"System.Numerics.Vectors": "4.0.0.0"
"System.Numerics": "4.0.0.0"
}
}
}

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

@ -85,8 +85,7 @@
},
"frameworkAssemblies": {
"System.Runtime": { "type": "build" },
"System.Numerics": "4.0.0.0",
"System.Numerics.Vectors": "4.0.0.0"
"System.Numerics": "4.0.0.0"
}
}
}

3
src/ImageSharp.Processing/project.json

@ -84,8 +84,7 @@
},
"frameworkAssemblies": {
"System.Runtime": { "type": "build" },
"System.Numerics": "4.0.0.0",
"System.Numerics.Vectors": "4.0.0.0"
"System.Numerics": "4.0.0.0"
}
}
}

3
src/ImageSharp/project.json

@ -81,8 +81,7 @@
},
"frameworkAssemblies": {
"System.Runtime": { "type": "build" },
"System.Numerics": "4.0.0.0",
"System.Numerics.Vectors": "4.0.0.0"
"System.Numerics": "4.0.0.0"
}
}
}

Loading…
Cancel
Save