Skip to content

Commit

Permalink
Only surface build and analyzer from SponsorLink
Browse files Browse the repository at this point in the history
When referencing NuGetizer, no SponsorLink APIs should be exposed to consumers
  • Loading branch information
kzu committed Feb 11, 2023
1 parent 5fa3998 commit 2753406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeAnalysis/CodeAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" Visible="false" />
<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.2" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.9.2" PackInclude="build,analyzers" PackExclude="compile,native,runtime" />
</ItemGroup>

</Project>

0 comments on commit 2753406

Please sign in to comment.