mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
779 B
28 lines
779 B
{
|
|
"version": "1.0.0-*",
|
|
|
|
"buildOptions": {
|
|
"allowUnsafe": true,
|
|
"debugType": "portable"
|
|
},
|
|
"dependencies": {
|
|
"System.Collections": "4.0.11",
|
|
"System.Diagnostics.Debug": "4.0.11",
|
|
"System.Diagnostics.Tools": "4.0.1",
|
|
"System.IO": "4.1.0",
|
|
"System.IO.Compression": "4.1.0",
|
|
"System.Linq": "4.1.0",
|
|
"System.Linq.Expressions": "4.1.0",
|
|
"System.Numerics.Vectors": "4.1.1",
|
|
"System.Resources.ResourceManager": "4.0.1",
|
|
"System.Runtime.Extensions": "4.1.0",
|
|
"System.Runtime.InteropServices": "4.1.0",
|
|
"System.Text.Encoding.Extensions": "4.0.11",
|
|
"System.Threading": "4.0.11",
|
|
"System.Threading.Tasks": "4.0.11",
|
|
"System.Threading.Tasks.Parallel": "4.0.1"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.1": { }
|
|
}
|
|
}
|
|
|