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

Use Arcade TFM properties and remaining clean-up #8098

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

ViktorHofer
Copy link
Member

  1. Use Arcade defined floating TFM properties.
  2. Remove NetStandardTargetFramework property and replace with 'netstandard2.0' as .NET Standard isn't a floating TFM. It will never ship again.
  3. Set IsTestUtilityProject property in test utility projects which automatically sets IsShipping=false and skips the projects in VMR builds when test projects shouldn't be built.
  4. Remaining clean-up in regards to empty lines.

1. Use Arcade defined floating TFM properties.
2. Remove NetStandardTargetFramework property and
   replace with 'netstandard2.0' as .NET Standard
   isn't a floating TFM. It will never ship again.
3. Set IsTestUtilityProject property in test
   utility projects which automatically sets
   IsShipping=false and skips the projects in
   VMR builds when test projects shouldn't be
   built.
4. Remaining clean-up in regards to empty lines.
@ViktorHofer ViktorHofer requested a review from a team as a code owner June 12, 2024 08:17
@ViktorHofer ViktorHofer enabled auto-merge (squash) June 12, 2024 08:19
@ViktorHofer ViktorHofer merged commit f7bd056 into main Jun 12, 2024
10 checks passed
@ViktorHofer ViktorHofer deleted the TFMUpdatesAndCleanUp branch June 12, 2024 08:29
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