Skip to content

net5.0 does not contain "core" word but it's a .NET Core moniker#1479

Merged
AndreyAkinshin merged 5 commits intomasterfrom
net50rebrandingFix
Jul 16, 2020
Merged

net5.0 does not contain "core" word but it's a .NET Core moniker#1479
AndreyAkinshin merged 5 commits intomasterfrom
net50rebrandingFix

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.

3 participants