Minimatch icon indicating copy to clipboard operation
Minimatch copied to clipboard

Please add version with netstandard.20 support to NuGet.

Open alphaleonis opened this issue 5 years ago • 3 comments

Seems the latest version on NuGet still has a dependency on a pre-release of netstandard1.0. Can we get a version built against netstandard 2.0 uploaded to NuGet perhaps?

alphaleonis avatar Oct 23 '19 18:10 alphaleonis

@SLaks It looks like the code has been updated to use .NET Standard 2.0, but the Nuget package hasn't been pushed. The latest is referencing an ancient, incompatible RC version of the .NET Standard. Can you push a fresh Nuget package?

Samirat avatar Dec 05 '19 19:12 Samirat

@SLaks

Do you still (want to) maintain this project?

If so, could you trigger a new release of the code? I use this in a .NET 6 project and had to rebuild it and currently published that build on a private repo.

If not, are you willing to transfer the project to someone else? I would be willing to maintain this further, because I use it.

rvdginste avatar Aug 18 '22 14:08 rvdginste

We were thinking of using this lib but as it is currently we moved to use this: https://learn.microsoft.com/en-us/dotnet/core/extensions/file-globbing I hope that helps whoever is in the same situation.

kammerjaeger avatar Oct 04 '23 18:10 kammerjaeger