Fixed version of System.Reflection.TypeExtensions package

This commit is contained in:
Kiran Challa 2016-10-07 11:28:07 -07:00
parent 393c25988a
commit 3b7f9b4043
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"netstandard1.3": {
"dependencies": {
"Microsoft.CSharp": "4.3.0-*",
"System.Reflection.TypeExtensions": "4.1.0-*"
"System.Reflection.TypeExtensions": "4.3.0-*"
}
}
}