Add workaround for System.Reflection.TypeExtensions. Roslyn is still referencing the old version, which is now incompatible with the latest System.Reflection nupkg.

This commit is contained in:
Eric Erhardt 2016-03-12 00:32:02 -06:00
parent 8953400eee
commit 457e842c76

View file

@ -21,7 +21,8 @@
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"System.Resources.ResourceManager": "4.0.1-rc2-23911",
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23911"
"System.Runtime.Serialization.Primitives": "4.1.0-rc2-23911",
"System.Reflection.TypeExtensions": "4.1.0-rc2-23911"
}
}
},