Fixed the build dependencies in project.json
This commit is contained in:
parent
50e7a8b71a
commit
467cd19662
3 changed files with 4 additions and 16 deletions
|
@ -9,10 +9,7 @@
|
||||||
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160202-02",
|
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160202-02",
|
||||||
"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-*",
|
||||||
"Microsoft.DotNet.Files": {
|
"Microsoft.DotNet.Files": "1.0.0-*"
|
||||||
"version": "1.0.0-*",
|
|
||||||
"target": "project"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
|
|
|
@ -8,14 +8,8 @@
|
||||||
"NETStandard.Library": "1.0.0-rc2-23811",
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
||||||
"System.Linq.Expressions": "4.0.11-rc2-23811",
|
"System.Linq.Expressions": "4.0.11-rc2-23811",
|
||||||
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
|
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996",
|
||||||
"Microsoft.DotNet.Cli.Utils": {
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||||
"type": "build",
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*"
|
||||||
"version": "1.0.0-*"
|
|
||||||
},
|
|
||||||
"Microsoft.DotNet.ProjectModel": {
|
|
||||||
"type": "build",
|
|
||||||
"version": "1.0.0-*"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
|
|
|
@ -16,10 +16,7 @@
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": "1.0.0-rc2-16054"
|
"version": "1.0.0-rc2-16054"
|
||||||
},
|
},
|
||||||
"Microsoft.Extensions.DependencyModel": {
|
"Microsoft.Extensions.DependencyModel": "1.0.0-*"
|
||||||
"type": "build",
|
|
||||||
"version": "1.0.0-*"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
|
|
Loading…
Reference in a new issue