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