Updating to new CLI

This commit is contained in:
John Luo 2016-02-01 17:04:37 -08:00
parent 79558ae8d3
commit 33629c5fc0
4 changed files with 12 additions and 5 deletions

View File

@ -10,7 +10,8 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"System.Text.Encodings.Web": "4.0.0-*"
"System.Text.Encodings.Web": "4.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"net451": {
@ -23,7 +24,8 @@
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Resources.ResourceManager": "4.0.1-*"
}
},
"imports": "portable-net451+win8"
}
}
}

View File

@ -13,6 +13,7 @@
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Options": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Text.Encodings.Web": "4.0.0-*"
},
"frameworks": {
@ -22,6 +23,8 @@
"System.Runtime": ""
}
},
"dotnet5.4": {}
"dotnet5.4": {
"imports": "portable-net451+win8"
}
}
}

View File

@ -23,7 +23,8 @@
"dependencies": {
"System.Runtime": "4.0.21-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
},
"imports": "portable-net451+win8"
}
}
}

View File

@ -22,7 +22,8 @@
"dnxcore50": {
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
},
"imports": "portable-net451+win8"
}
}
}