Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions tracer/src/Datadog.Trace/Datadog.Trace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,7 @@
<!-- we don't need the vendored .NET runtime code when targetting .NET Core 3.1+ -->
<!-- but keep Vendors/System.Reflection.Metadata/** for now because we use it to access internal members -->
<PropertyGroup>
<DotNetRuntimeFiles>
Vendors/System.Collections.Immutable/**;
Vendors/System.Memory/**;
Vendors/System.Runtime.CompilerServices.Unsafe/**;
</DotNetRuntimeFiles>
<DotNetRuntimeFiles>Vendors/System.Collections.Immutable/**;Vendors/System.Memory/**;Vendors/System.Runtime.CompilerServices.Unsafe/**</DotNetRuntimeFiles>
</PropertyGroup>

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