Fixed a typo breaking non-signed builds of Jaeger. (#814)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
parent
78648afdf6
commit
65365a9a94
|
|
@ -24,5 +24,5 @@ using System.Runtime.CompilerServices;
|
|||
#else
|
||||
[assembly: InternalsVisibleTo("OpenTelemetry.Exporter.Jaeger.Tests")]
|
||||
[assembly: InternalsVisibleTo("Benchmarks")]
|
||||
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2] // Used by Moq.
|
||||
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] // Used by Moq.
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue