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:
parent
409ccb2c9c
commit
08a3ffe3aa
13 changed files with 20 additions and 20 deletions
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
"netstandard1.6": {
|
||||
"imports": "dnxcore50",
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": "1.0.0-rc3-004312"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue