Browse Source

Update refs for NET4.5 facade assemblies #89

See https://github.com/NuGet/Home/issues/2193
af/merge-core
James Jackson-South 9 years ago
parent
commit
48057e4a7b
  1. 2
      src/ImageSharp.Drawing/project.json
  2. 2
      src/ImageSharp.Formats.Bmp/project.json
  3. 2
      src/ImageSharp.Formats.Gif/project.json
  4. 2
      src/ImageSharp.Formats.Jpeg/project.json
  5. 2
      src/ImageSharp.Formats.Png/project.json
  6. 2
      src/ImageSharp.Processing/project.json
  7. 2
      src/ImageSharp/project.json

2
src/ImageSharp.Drawing/project.json

@ -80,7 +80,7 @@
"System.Threading.Tasks.Parallel": "4.0.0"
},
"frameworkAssemblies": {
"System.Runtime": "4.0.0.0"
"System.Runtime": { "type": "build" }
}
},
"net461": {

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

@ -76,7 +76,7 @@
"System.Threading.Tasks.Parallel": "4.0.0"
},
"frameworkAssemblies": {
"System.Runtime": "4.0.0.0"
"System.Runtime": { "type": "build" }
}
},
"net461": {

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

@ -76,7 +76,7 @@
"System.Threading.Tasks.Parallel": "4.0.0"
},
"frameworkAssemblies": {
"System.Runtime": "4.0.0.0"
"System.Runtime": { "type": "build" }
}
},
"net461": {

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

@ -76,7 +76,7 @@
"System.Threading.Tasks.Parallel": "4.0.0"
},
"frameworkAssemblies": {
"System.Runtime": "4.0.0.0"
"System.Runtime": { "type": "build" }
}
},
"net461": {

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

@ -76,7 +76,7 @@
"System.Threading.Tasks.Parallel": "4.0.0"
},
"frameworkAssemblies": {
"System.Runtime": "4.0.0.0"
"System.Runtime": { "type": "build" }
}
},
"net461": {

2
src/ImageSharp.Processing/project.json

@ -76,7 +76,7 @@
"System.Threading.Tasks.Parallel": "4.0.0"
},
"frameworkAssemblies": {
"System.Runtime": "4.0.0.0"
"System.Runtime": { "type": "build" }
}
},
"net461": {

2
src/ImageSharp/project.json

@ -72,7 +72,7 @@
"System.Threading.Tasks.Parallel": "4.0.0"
},
"frameworkAssemblies": {
"System.Runtime": "4.0.0.0"
"System.Runtime": { "type": "build" }
}
},
"net461": {

Loading…
Cancel
Save