Skip to content

Commit 130dec4

Browse files
committed
Exclude new libraries from Datadog.Trace
1 parent 7bb7885 commit 130dec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tracer/src/Datadog.Trace/Datadog.Trace.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
<!-- we don't need the vendored .NET runtime code when targetting .NET Core 3.1+ -->
103103
<PropertyGroup>
104-
<DotNetRuntimeFiles>Vendors/System.Collections.Immutable/**;Vendors/System.Memory/**;Vendors/System.Private.CoreLib/**;Vendors/System.Reflection.Metadata/**;Vendors/System.Reflection.Metadata.Interop/**;Vendors/System.Runtime.CompilerServices.Unsafe/**</DotNetRuntimeFiles>
104+
<DotNetRuntimeFiles>Vendors/System.Buffers/**;Vendors/System.Collections.Immutable/**;Vendors/System.Memory/**;Vendors/System.Numerics.Vectors/**;Vendors/System.Private.CoreLib/**;Vendors/System.Reflection.Metadata/**;Vendors/System.Reflection.Metadata.Interop/**;Vendors/System.Runtime.CompilerServices.Unsafe/**</DotNetRuntimeFiles>
105105
</PropertyGroup>
106106

107107
<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'netcoreapp3.1'))">

0 commit comments

Comments
 (0)