Skip to content

Commit 3a9db8b

Browse files
committed
SYSLIB0051 A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "OpenTelemetry.Instrumentation.Process [0.5.0-beta.7, )" or update the version field in the nuspec.
1 parent 5690473 commit 3a9db8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/MigrationTools/ConfigException.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@ public ConfigException(string message) : base(message)
1717
public ConfigException(string message, Exception innerException) : base(message, innerException)
1818
{
1919
}
20-
21-
protected ConfigException(SerializationInfo info, StreamingContext context) : base(info, context)
22-
{
23-
}
2420
}
25-
}
21+
}

0 commit comments

Comments
 (0)