24 lines
488 B
JSON
24 lines
488 B
JSON
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
"buildOptions": {
|
||
|
"debugType": "portable",
|
||
|
"emitEntryPoint": true
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"frameworks": {
|
||
|
"netcoreapp1.1": {
|
||
|
"dependencies": {
|
||
|
"Microsoft.NETCore.App": {
|
||
|
"type": "platform",
|
||
|
"version": "1.1.0-preview1-001100-00"
|
||
|
},
|
||
|
"System.Xml.XmlSerializer":{
|
||
|
"version":"*"
|
||
|
},
|
||
|
"System.IO.FileSystem": {"version":"*"}
|
||
|
},
|
||
|
"imports": "dnxcore50"
|
||
|
}
|
||
|
}
|
||
|
}
|