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:
parent
add8b07d32
commit
70486710ea
|
|
@ -15,7 +15,8 @@
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
|
"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-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue