Move to latest System.CommandLine

This commit is contained in:
piotrp 2016-01-28 00:21:54 -08:00 committed by PiotrP
parent 6109e33455
commit f190fa0895
2 changed files with 4 additions and 4 deletions

View file

@ -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": {

View file

@ -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": {