Fixed the build dependencies in project.json

This commit is contained in:
David Fowler 2016-02-15 10:52:29 -08:00
parent 50e7a8b71a
commit 467cd19662
3 changed files with 4 additions and 16 deletions

View file

@ -9,10 +9,7 @@
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160202-02",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.Files": {
"version": "1.0.0-*",
"target": "project"
}
"Microsoft.DotNet.Files": "1.0.0-*"
},
"frameworks": {
"dnxcore50": {

View file

@ -8,14 +8,8 @@
"NETStandard.Library": "1.0.0-rc2-23811",
"System.Linq.Expressions": "4.0.11-rc2-23811",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
"Microsoft.DotNet.Cli.Utils": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.DotNet.ProjectModel": {
"type": "build",
"version": "1.0.0-*"
}
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-*"
},
"frameworks": {
"dnxcore50": {

View file

@ -16,10 +16,7 @@
"type": "build",
"version": "1.0.0-rc2-16054"
},
"Microsoft.Extensions.DependencyModel": {
"type": "build",
"version": "1.0.0-*"
}
"Microsoft.Extensions.DependencyModel": "1.0.0-*"
},
"frameworks": {
"net451": {