Quick fix: Add `System.Runtime.Serialization.Primitives` dependency

- tests failing
- root cause is likely similar to reason MVC Core has same dependency
 - something must have changed in the framework packages without manifest fixes
This commit is contained in:
Doug Bunting 2015-05-14 10:47:39 -07:00
parent add8b07d32
commit 70486710ea
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
"dnxcore50": {
"dependencies": {
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*"
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
"System.Runtime.Serialization.Primitives": "4.0.10-beta-*"
}
}
},