aspnet / LibraryManager

MIT License
457 stars 83 forks source link

Followup: Fully remove references #750

Closed phil-allen-msft closed 6 months ago

phil-allen-msft commented 6 months ago

https://github.com/aspnet/LibraryManager/pull/747 removed some references to Minimatch.dll but left a few behind.

Remove those latent references.

jimmylewis commented 6 months ago

Doh, I assumed that these would've cause errors, but the glob expands to 0 items so there's no build issue. Thanks for catching it and cleaning up.