Skip to content

Conversation

@adamsitnik
Copy link
Member

.NET 5.0 introduced platform-specific TFMs like net5.0-windows. Since .NET 5.0 RC2 it's now possible to recognize that given .NET Core app is running as such (dotnet/sdk#13672)

obraz

<TargetFramework>net5.0-windows</TargetFramework>

Fixes #1535

I think that it's the last missing feature related to full .NET 5.0 support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't benchmark library that targets 'net5.0-windows' framework

3 participants