Browse Source

Adding netcore.platforms

Former-commit-id: b8f3b43e8cb8f637473b47f8fb529306565df2b0
Former-commit-id: ecbed995d1129a8fa62739ab32014f1bb8c181a2
Former-commit-id: 4f9bf7b74329fc7f15336dbf9dc1526274d98c30
af/merge-core
Jeavon 10 years ago
parent
commit
db5ce0dbc6
  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-*",
"description": "ImageProcessor",
"authors": [ "James Jackson-South" ],
"tags": [ "Image Resize Crop Quality Gif Jpg Jpeg Bitmap Png Fluent Animated" ],
"projectUrl": "",
"licenseUrl": "",
"version": "3.0.0-*",
"description": "ImageProcessor",
"authors": [ "James Jackson-South" ],
"tags": [ "Image Resize Crop Quality Gif Jpg Jpeg Bitmap Png Fluent Animated" ],
"projectUrl": "",
"licenseUrl": "",
"dependencies": {
"System.Collections": "4.0.10",
@ -12,15 +12,16 @@
"System.Threading": "4.0.10",
"System.Runtime": "4.0.20",
"Microsoft.CSharp": "4.0.0",
"Microsoft.NETCore": "5.0.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.0",
"System.Runtime.Extensions": "4.0.10",
"System.Reflection": "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": {
"dotnet": { }
}
"frameworks": {
"dotnet": { }
}
}

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

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