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

Improved net version check to also support net5.0 and beyond #1564

Merged
merged 1 commit into from
Dec 8, 2020

Conversation

ClxS
Copy link
Contributor

@ClxS ClxS commented Dec 7, 2020

What does this PR do?

This changes the isNewFormatProject so that netcoreapp, netstandard, and the new net{version} (i.e. net5.0) are formatted using the new csproj format.

How does this PR change Premake's behavior?

Shouldn't break any existing usages. Will allow dotnetframework("net5.0") to work.

Did you check all the boxes?

  • Focus on a single fix or feature; remove any unrelated formatting or code changes
  • Add unit tests showing fix or feature works; all tests pass
  • Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • Follow our coding conventions
  • Minimize the number of commits

@samsinsane samsinsane merged commit cada88b into premake:master Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants