Add Microsoft.DotNet.InternalAbstractions to resolve runtime failure.

Pin the version of ProjectModel.Loader and Cli.Utils
This commit is contained in:
Pranav K 2016-10-06 11:11:44 -07:00
parent 1f8d3c6bf1
commit 2f4316b24f
1 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*",
"Microsoft.Extensions.DotnetToolDispatcher.Sources": {
"type": "build",
@ -37,7 +37,8 @@
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*",
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-preview2-003121",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.0-*"