change dependency model to netstandard 1.5
This commit is contained in:
parent
f7188ddb20
commit
5090f3bbb5
1 changed files with 6 additions and 3 deletions
|
@ -23,11 +23,14 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"netstandard1.3": {
|
||||
"netstandard1.5": {
|
||||
"imports": "dnxcore50",
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.5.0-rc2-23924",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc2-23924"
|
||||
"System.IO.FileSystem": "4.0.1-rc2-23911",
|
||||
"System.Linq": "4.1.0-rc2-23911",
|
||||
"System.Runtime": "4.1.0-rc2-23911",
|
||||
"System.Reflection": "4.1.0-rc2-23911",
|
||||
"System.Dynamic.Runtime": "4.0.11-rc2-23911"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue