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