Skip to content

Commit

Permalink
Add missing ThisAssembly.Constants dependency from Project
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Nov 8, 2024
1 parent 6a2f778 commit 5b2a4c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ThisAssembly.Project/ThisAssembly.Project.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ C#:
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ThisAssembly.Constants\ThisAssembly.Constants.csproj" />
</ItemGroup>

<Target Name="VerifySponsorLink" AfterTargets="Build">
<Error Condition="'$(SponsorLinkImported)' != 'true'" Text="SponsorLink was not imported." />
</Target>
Expand Down

0 comments on commit 5b2a4c1

Please sign in to comment.