Add additional TFM to eliminate explicit dependencies
Open
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
**Is your feature request related to a problem? Please describe.**
Currently the library is targeting only net standard 2.0 which is resulting in a large dependency graph which could be reduced,
**Describe the solution you'd like**
Adding an additional TFM (ie net 6 & 8) as well as placing conditions on the dependencies which are natively available via the framework ie `System.Diagnostic.DiagnosticSource`.
**Describe alternatives you've considered**
Accept the dependencies.
**Additional context**
Azure team are already working on this for the monolithic sdk repo.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.