Skip to content

Commit 7635ee3

Browse files
committedFeb 8, 2025··
Add helpful comment
1 parent d05f5f9 commit 7635ee3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎PublicApiAnalyzers.targets

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<!-- We intentionally only include the public API analyzers for the newest target
4+
framework because we often add APIs in newer target frameworks
5+
that we don't add for older target frameworks. -->
36
<ItemGroup Condition="'$(TargetFramework)' == '$(FunckyNewestTargetFramework)'">
47
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" />
58
</ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.