You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Platform-specific TFMs introduced in .NET 5 (#1560)
* new versions of .NET Core should not use "netcoreapp" word in the target framework moniker
example: .NET Core 6.0 is just .NET 6 and has a "net6.0" moniker
* add tests that ensure that new Platform-specific TFMs are recognized by BenchmarkPartitioner
* recognize Platform-specific apps using... reflection ;)
* make sure that a platform-specific TFM creates corresponding toolchain that is equatable with other instances
* extend console args support with the platform-specific monikers
0 commit comments