naudio / NAudio

Audio and MIDI library for .NET
MIT License
5.5k stars 1.1k forks source link

Make Windows.Win32.Registry a conditional package based on TFM #1139

Open thompson-tomo opened 6 months ago

thompson-tomo commented 6 months ago

Is your feature request related to a problem? Please describe.

I want to minimise dependencies in my project by utilising framework dependencies wherever possible

Describe the solution you'd like

A new TFM is added net Standard 2.1 &/or NET 6 The Windows.Win32.Registry package becomes conditional so only added for the older frameworks. This applies to all the packages

Describe alternatives you've considered

Accept the additional dependency

Additional context

n/a