React to upgrade to preview2.1 CLI

This commit is contained in:
Nate McMaster 2016-10-17 12:25:11 -07:00
parent 721cbe3435
commit 640ee4e883
1 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,4 @@
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
@ -7,7 +6,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.1.0-*"
},
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
@ -15,8 +14,6 @@
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
"netcoreapp1.1": { }
}
}