Fixed a typo breaking non-signed builds of Jaeger. (#814)

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
Mikel Blanchard 2020-07-14 10:16:08 -07:00 committed by GitHub
parent 78648afdf6
commit 65365a9a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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