fad7477ea5
Any project that references Microsoft.NETCore.App must target netcoreapp1.0. Moving app projects to netcoreapp1.0; moving library projects to reference NETStandard.Library.
26 lines
483 B
JSON
26 lines
483 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"TwoTargetLargeP5": {
|
|
"target": "project"
|
|
},
|
|
"TwoTargetLargeP6": {
|
|
"target": "project"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc3-004336"
|
|
}
|
|
}
|
|
},
|
|
"netstandard1.5": {
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-rc3-24127-01"
|
|
}
|
|
}
|
|
}
|
|
}
|