Zastai / MetaBrainz.MusicBrainz

Native .NET implementation of libmusicbrainz
MIT License
37 stars 9 forks source link

Avoid more Rider inspections #31

Closed Zastai closed 2 years ago

Zastai commented 2 years ago

The multi-targeting does make it trickier to avoid inspections for all targets.

This also corrects the conditional compilation, using NETSTANDARD2_1_OR_GREATER instead of NETCOREAPP_1_OR_GREATER.