Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Platform-specific TFMs introduced in .NET 5 #1560

Merged
merged 5 commits into from Oct 26, 2020

Commits on Oct 16, 2020

  1. new versions of .NET Core should not use "netcoreapp" word in the tar…

    …get framework moniker
    
    example: .NET Core 6.0 is just .NET 6 and has a "net6.0" moniker
    adamsitnik committed Oct 16, 2020
    Copy the full SHA
    82ee862 View commit details
    Browse the repository at this point in the history
  2. add tests that ensure that new Platform-specific TFMs are recognized …

    …by BenchmarkPartitioner
    adamsitnik committed Oct 16, 2020
    Copy the full SHA
    1926524 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    145c85c View commit details
    Browse the repository at this point in the history
  4. make sure that a platform-specific TFM creates corresponding toolchai…

    …n that is equatable with other instances
    adamsitnik committed Oct 16, 2020
    Copy the full SHA
    2be3b32 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b2b9472 View commit details
    Browse the repository at this point in the history