Skip to content

Add Customizations.props and change extension point #1188

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

Merged
merged 2 commits into from
Mar 3, 2025

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Mar 3, 2025

Extracted from #1185

Import Customizations.props after the project file so that it can modify the project content via property or item operations.
Add Customizations.props files for 4 projects

With this, only nuspec and csharp files now show unrelated changes when re-generating all packages.

Import Customizations.props after the project file so that it can modify the project content via property or item operations.
@ViktorHofer ViktorHofer requested a review from a team as a code owner March 3, 2025 15:42
@ViktorHofer ViktorHofer merged commit 56d721b into main Mar 3, 2025
4 checks passed
@ViktorHofer ViktorHofer deleted the UseCustomizationsInProjects branch March 3, 2025 16:36

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<!-- Necessary for PermissionSet types but as a dangling compile-time only reference. -->
<ProjectReference Include="../../system.security.permissions/7.0.0/System.Security.Permissions.7.0.0.csproj" PrivateAssets="all" />
Copy link
Member

Choose a reason for hiding this comment

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

Why was this defined as a project reference vs a package reference?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh, that's coming from my other PR and was a copy paste error.

Copy link
Member

Choose a reason for hiding this comment

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

I figured so, no action needed unless that work for whatever reason isn't completed.

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.

3 participants