Remove DNX references from Microsoft.AspNetCore.Mvc.FunctionalTests

Fixes #4677
This commit is contained in:
Pranav K 2016-05-19 12:09:19 -07:00
parent 43c75c922e
commit 1de268d6a7
1 changed files with 1 additions and 4 deletions

View File

@ -50,10 +50,7 @@
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
}, }
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}, },
"imports": [ "imports": [
"dnxcore50", "dnxcore50",