Skip to content

Commit cda580f

Browse files
committed
Make sure we don't surface SponsorLink as an API
When taking a dependency on SponsorLink, we should only depend on the build+analyzer artifacts in the pacakge.
1 parent 153ef71 commit cda580f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyzer/CodeAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="NuGetizer" Version="0.9.1" />
1111
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.2.5" PrivateAssets="all" />
1212
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" Pack="false" />
13-
<PackageReference Include="Devlooped.SponsorLink" Version="0.9.5" />
13+
<PackageReference Include="Devlooped.SponsorLink" Version="0.9.5" PackInclude="build,analyzers" PackExclude="compile,native,runtime" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)