Move to latest System.CommandLine
This commit is contained in:
parent
6109e33455
commit
f190fa0895
2 changed files with 4 additions and 4 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc3-23727",
|
||||
"System.CommandLine": "0.1.0-*",
|
||||
"System.CommandLine": "0.1.0-e160119-1",
|
||||
"Microsoft.CodeAnalysis.CSharp": "1.2.0-beta1-20160108-01",
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnxcore50": {
|
||||
"imports": "portable-net451+win8"
|
||||
"imports": "portable-net45+win8+wpa81+aspnetcore50"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
|
||||
"Microsoft.Net.Compilers.netcore": "1.2.0-beta1-20160108-01",
|
||||
"System.Net.Sockets": "4.1.0-rc3-23727",
|
||||
"System.CommandLine" : "0.1.0-d111815-3",
|
||||
"System.CommandLine" : "0.1.0-e160119-1",
|
||||
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnxcore50": {
|
||||
"imports": "portable-net451+win8"
|
||||
"imports": "portable-net45+win8+wpa81+aspnetcore50"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue