1033e61d57
Moves CLI version suffix from preview1 to preview2 Sets channel for preview2 to 1.0.0-preview2, abandoning the Beta channel to the 1.0.0-preview1 release. Once @sokket's publishing cleanup work is complete we can re-converge the channels if desired.
17 lines
306 B
JSON
17 lines
306 B
JSON
{
|
|
"version": "1.0.0-preview2-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc2-*"
|
|
}
|
|
}
|
|
},
|
|
"net451": {}
|
|
}
|
|
}
|