We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05f5f9 commit 7635ee3Copy full SHA for 7635ee3
PublicApiAnalyzers.targets
@@ -1,5 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<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. -->
6
<ItemGroup Condition="'$(TargetFramework)' == '$(FunckyNewestTargetFramework)'">
7
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="all" />
8
</ItemGroup>
0 commit comments