Adding support for runtime-specific events + counters
Summary
As new counter and event sources are added to .NET, this library needed a mechanism to determine what events and counters are available for a given runtime version. This version defines a mechanism for describing the minimum required .NET runtime version in order to use a set of events or counters.
New features
- Added JIT-specific counters when running on
.net50