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:
parent
8953400eee
commit
457e842c76
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue