Unblocking the CI

DataAnnotations used to reference System.Reflection.Compatibility, which
was giving us a reference to some methods "for free". Really we should
have been pulling in this package all along.
This commit is contained in:
Ryan Nowak 2014-05-07 15:58:24 -07:00
parent 235707ec8a
commit b2c9b3b5d3
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
"System.Reflection.Emit.Lightweight": "4.0.0.0",
"System.Reflection.Extensions": "4.0.0.0",
"System.Reflection.Primitives": "4.0.0.0",
"System.Reflection.TypeExtensions": "4.0.0.0",
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",