You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[dependabot] allow mono/debugger-libs to update (#10057)
Our build has the `NU1510` warnings like:
external\debugger-libs\Mono.Debugging\Mono.Debugging.csproj warning NU1510: PackageReference System.Buffers will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
external\debugger-libs\Mono.Debugging\Mono.Debugging.csproj warning NU1510: PackageReference System.Collections.Immutable will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
external\debugger-libs\Mono.Debugger.Soft\Mono.Debugger.Soft.csproj warning NU1510: PackageReference System.Runtime will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
external\debugger-libs\Mono.Debugger.Soft\Mono.Debugger.Soft.csproj warning NU1510: PackageReference System.Reflection.Metadata will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
This is fixed in:
* mono/debugger-libs@c035307
Let's allow dependabot to update debugger-libs, so we can get fixes
like this in the future.
0 commit comments