2016-04-18 17:46:27 -07:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-05-12 19:03:08 -07:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
2016-04-18 17:46:27 -07:00
|
|
|
},
|
2016-05-12 19:03:08 -07:00
|
|
|
"buildOptions": {
|
2016-04-18 17:46:27 -07:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"net451": {}
|
|
|
|
}
|
2016-05-12 19:03:08 -07:00
|
|
|
}
|