Move to netstandard1.6

This is needed because DependencyModel uses the AppContext.GetData API, which is only available in netstandard1.6 as of CoreFX build rc3-24126.
This commit is contained in:
Eric Erhardt 2016-05-26 15:42:30 -05:00
parent 409ccb2c9c
commit 08a3ffe3aa
13 changed files with 20 additions and 20 deletions

View file

@ -6,7 +6,7 @@
}
},
"frameworks": {
"netstandard1.5": {
"netstandard1.6": {
"imports": "dnxcore50",
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-004312"