dazinator / DotNet.Glob

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.
MIT License
363 stars 27 forks source link

Add netstandard20 target #61

Closed kfreezen closed 5 years ago

kfreezen commented 5 years ago

I'd like to use your DotNet.Glob nuget package in one of my projects which targets netstandard20.

Now, you'd think that .NET Standard 2.0 would be backwards-compatible with .NET Standard 1.1, but strangely enough, it doesn't appear to be. Is there any way you can change your nuget package settings so that people target .NET Standard 2.0 can use it?

Thanks!

kfreezen commented 5 years ago

Just an update on this issue. I spent some time this morning trying to build the project for netstandard20.

The current build system uses GitVersionTask which does not include LibGit2Sharp in its build/netstandard20 directory. Have you worked around that problem in your build environment somehow?

kfreezen commented 5 years ago

Once again, it seems I've created an issue too soon. This morning, the DotNet.Glob library is working on my project. I'll close this issue for now.