microsoft / clrmd

Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
MIT License
1.05k stars 254 forks source link

Make dependencies to System.Collection.Immutable and System.Runtime.CompilerService.Unsafe conditional #1239

Closed iskiselev closed 6 months ago

iskiselev commented 6 months ago

System.Collection.Immutable and System.Runtime.CompilerService.Unsafe both are included in .NET 6.0, so there is no need to reference their packages. With it, dependent project will also not include that unneeded dependencies.

leculver commented 6 months ago

LGTM, thanks!