Skip to content

Conversation

@adamsitnik
Copy link
Member

.NET Core 5.0 introduced a wonderful change of the moniker from netcoreapp5.0 to net5.0

because of that, one of our conditions:

protected override string GetExecutableExtension() => TargetFrameworkMoniker.Contains("core") ? ".dll" : ".exe";

was not detecting the correct platform and causing #1477

cc @JamesNK

@adamsitnik adamsitnik added this to the v0.12.2 milestone Jun 16, 2020
JamesNK
JamesNK previously approved these changes Jun 16, 2020
Copy link
Member

@JamesNK JamesNK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

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.

4 participants