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
444 B
22 lines
444 B
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"debugType": "portable",
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
|
|
"LibGit2Sharp": "0.23.0"
|
|
},
|
|
"frameworks": {
|
|
"net46": {
|
|
//"dependencies": {
|
|
// "Microsoft.NETCore.App": {
|
|
// "type": "platform",
|
|
// "version": "1.0.0"
|
|
// }
|
|
//},
|
|
//"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|
|
|