27 lines
482 B
JSON
27 lines
482 B
JSON
{
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc3-004449-00"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"runtimeOptions": {
|
|
"somethingString": "anything",
|
|
"somethingBoolean": true,
|
|
"someArray": [
|
|
"one",
|
|
"two"
|
|
],
|
|
"someObject": {
|
|
"someProperty": "someValue"
|
|
}
|
|
}
|
|
}
|