Commit 7f3b307
committed
Copy sources for Minimatch library directly
This library provides the glob expansion logic used in LibMan. However,
the package published to nuget.org is based on a .NET Standard
prerelease version, which causes logs of cascading package version
conflicts sometimes. We've suppressed those in some cases, but it still
can arise.
This change takes a direct copy of the source code for this type.
Copyright attributions is placed in the file, as is a link back to the
source. It hasn't changed in 11 years, it's unlikely to change again
(although now we could if we need to). The original was licensed under
the MIT license.1 parent 8ba77a6 commit 7f3b307
File tree
2 files changed
+1045
-1
lines changed- src/LibraryManager
- Minimatch
2 files changed
+1045
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
0 commit comments