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

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc3-24126-00",
"Microsoft.NETCore.App": "1.0.0-rc3-004312",
"Microsoft.CSharp": "4.0.1-rc3-24126-00",
"System.Dynamic.Runtime": "4.0.11-rc3-24126-00",
"System.Reflection.Metadata": "1.3.0-rc3-24126-00",