Skip to content

Commit 5813f21

Browse files
committed
Make sure Funding class is available to intellisense
1 parent c81f532 commit 5813f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SponsorLink/SponsorLink.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<PackageReference Include="ILRepack" Version="2.0.33" PrivateAssets="all" Pack="false" />
8383
</ItemGroup>
8484

85-
<Target Name="EmitFunding" BeforeTargets="GenerateMSBuildEditorConfigFileShouldRun" Inputs="$(MSBuildAllProjects)" Outputs="$(IntermediateOutputPath)SponsorLink.g.cs">
85+
<Target Name="EmitFunding" BeforeTargets="CompileDesignTime;CoreCompile" Inputs="$(MSBuildAllProjects)" Outputs="$(IntermediateOutputPath)SponsorLink.g.cs">
8686
<PropertyGroup>
8787
<SponsorLinkPartial>namespace Devlooped.Sponsors%3B
8888

0 commit comments

Comments
 (0)