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.
22 lines
615 B
22 lines
615 B
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"debugType": "portable",
|
|
"emitEntryPoint": true,
|
|
"xmlDoc": true,
|
|
"additionalArguments": [ "/additionalfile:../src/Shared/stylecop.json", "/ruleset:../ImageSharp.ruleset" ]
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
|
|
"LibGit2Sharp": "0.23.0",
|
|
"StyleCop.Analyzers": {
|
|
"version": "1.1.0-beta001",
|
|
"type": "build"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net46": {
|
|
// this is only a net46 app because of LibGit2Sharp once they have a version that works on coreclr we can shift over.
|
|
}
|
|
}
|
|
}
|
|
|