Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit af2b909

Browse files
author
Mike McLaughlin
authored
Fix System.Diagnostics.StackTrace version in stack trace helper code (#7383)
Issue #7381
1 parent 786ebc5 commit af2b909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mscorlib/src/System/Diagnostics/Stacktrace.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ internal void InitializeSourceInfo(int iSkip, bool fNeedFileInfo, Exception exce
125125
if (s_symbolsMethodInfo == null)
126126
{
127127
s_symbolsType = Type.GetType(
128-
"System.Diagnostics.StackTraceSymbols, System.Diagnostics.StackTrace, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
128+
"System.Diagnostics.StackTraceSymbols, System.Diagnostics.StackTrace, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
129129
throwOnError: false);
130130

131131
if (s_symbolsType == null)

0 commit comments

Comments
 (0)