16 lines
253 B
JSON
16 lines
253 B
JSON
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
"dependencies": {
|
||
|
"SingleTargetP2" : {
|
||
|
"target": "project"
|
||
|
},
|
||
|
"Microsoft.NETCore.App": {
|
||
|
"type": "platform",
|
||
|
"version": "1.0.0-rc2-*"
|
||
|
},
|
||
|
},
|
||
|
"frameworks": {
|
||
|
"netcoreapp1.0": { }
|
||
|
}
|
||
|
}
|