Skip to content

Commit

Permalink
Make sure we don't surface SponsorLink as an API
Browse files Browse the repository at this point in the history
When taking a dependency on SponsorLink, we should only depend on the build+analyzer artifacts in the pacakge.
  • Loading branch information
kzu committed Feb 17, 2023
1 parent 153ef71 commit cda580f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Analyzer/CodeAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="NuGetizer" Version="0.9.1" />
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.2.5" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" Pack="false" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.9.5" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.9.5" PackInclude="build,analyzers" PackExclude="compile,native,runtime" />
</ItemGroup>

</Project>

0 comments on commit cda580f

Please sign in to comment.