.NET: Trim src references and add utility to enforce (#4693)

* Trim src references and add utility to enforce

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
westey
2026-03-19 10:57:43 +00:00
committed by GitHub
co-authored by Copilot Autofix powered by AI
parent 4b21f38650
commit fc6721ca8e
16 changed files with 22 additions and 20 deletions
+9
View File
@@ -0,0 +1,9 @@
<Project>
<Import Project="../Directory.Build.props" />
<ItemGroup>
<PackageReference Include="ReferenceTrimmer" PrivateAssets="all" IncludeAssets="build;analyzers;buildTransitive" />
</ItemGroup>
</Project>