Browse Source

Adding netcore.platforms

Former-commit-id: 237a246674c136839fb94ab6412d91e3a4a64129
Former-commit-id: f22f33b836818d6410b15040f80ccc43c46ae5ee
Former-commit-id: 0a27cec31626def21ed1d8a5aafbcd01386f88a0
af/merge-core
Jeavon 11 years ago
parent
commit
485f9a53e5
  1. 23
      src/ImageProcessor/project.json
  2. 2
      src/ImageProcessor/project.lock.json.REMOVED.git-id

23
src/ImageProcessor/project.json

@ -1,10 +1,10 @@
{ {
"version": "3.0.0-*", "version": "3.0.0-*",
"description": "ImageProcessor", "description": "ImageProcessor",
"authors": [ "James Jackson-South" ], "authors": [ "James Jackson-South" ],
"tags": [ "Image Resize Crop Quality Gif Jpg Jpeg Bitmap Png Fluent Animated" ], "tags": [ "Image Resize Crop Quality Gif Jpg Jpeg Bitmap Png Fluent Animated" ],
"projectUrl": "", "projectUrl": "",
"licenseUrl": "", "licenseUrl": "",
"dependencies": { "dependencies": {
"System.Collections": "4.0.10", "System.Collections": "4.0.10",
@ -12,15 +12,16 @@
"System.Threading": "4.0.10", "System.Threading": "4.0.10",
"System.Runtime": "4.0.20", "System.Runtime": "4.0.20",
"Microsoft.CSharp": "4.0.0", "Microsoft.CSharp": "4.0.0",
"Microsoft.NETCore": "5.0.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.0", "Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"System.Runtime.Extensions": "4.0.10", "System.Runtime.Extensions": "4.0.10",
"System.Reflection": "4.0.10", "System.Reflection": "4.0.10",
"System.IO": "4.0.10", "System.IO": "4.0.10",
"StyleCop.Analyzers": "1.0.0-beta015" "StyleCop.Analyzers": "1.0.0-beta015",
"Microsoft.NETCore": "5.0.1-beta-23409",
"Microsoft.NETCore.Platforms": "1.0.1-beta-23409"
}, },
"frameworks": { "frameworks": {
"dotnet": { } "dotnet": { }
} }
} }

2
src/ImageProcessor/project.lock.json.REMOVED.git-id

@ -1 +1 @@
40241cbd230d461a8d3a51be31208f171e18186e 869b4da8e5d4467a9e8fe7af0413a80080cd8f15
Loading…
Cancel
Save