csf-dev / CSF.Reflection

MIT License
0 stars 0 forks source link

To better-tailor dependencies, this package should be multi-targeted #8

Closed craigfowler closed 4 years ago

craigfowler commented 4 years ago

Currently, this library is only built for netstandard1.0. Whilst that provides wide compatibility with net45 and up, plus all versions of netstandard and netcoreapp, it also requires the download of a very large stack of dependencies.

In the most common deployment scenarios, these dependencies are already a part of the framework.

I'd like to multi-target as follows:

This will mean that very few consumers will use the netstandard1.0 version, because they will take one of the other two.