2016-03-31 21:39:33 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-*"
|
2016-03-31 21:39:33 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": { }
|
2016-03-31 21:39:33 +00:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"dotnet-portable": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"target": "package"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|