提交 6cc33123 编写于 作者: S Stephen Toub

Merge pull request #1342 from stephentoub/fix_fslightup

Fix failure in FileStream lightup on contracts
......@@ -14,7 +14,7 @@ internal static class FileStreamLightUp
try
{
// try contract name first:
file = Type.GetType("System.IO.File, System.IO.FileStream, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", throwOnError: false);
file = Type.GetType("System.IO.File, System.IO.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", throwOnError: false);
}
catch
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册