We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81f532 commit 5813f21Copy full SHA for 5813f21
1 file changed
src/SponsorLink/SponsorLink.targets
@@ -82,7 +82,7 @@
82
<PackageReference Include="ILRepack" Version="2.0.33" PrivateAssets="all" Pack="false" />
83
</ItemGroup>
84
85
- <Target Name="EmitFunding" BeforeTargets="GenerateMSBuildEditorConfigFileShouldRun" Inputs="$(MSBuildAllProjects)" Outputs="$(IntermediateOutputPath)SponsorLink.g.cs">
+ <Target Name="EmitFunding" BeforeTargets="CompileDesignTime;CoreCompile" Inputs="$(MSBuildAllProjects)" Outputs="$(IntermediateOutputPath)SponsorLink.g.cs">
86
<PropertyGroup>
87
<SponsorLinkPartial>namespace Devlooped.Sponsors%3B
88
0 commit comments