Skip to content

Commit 2d47a5d

Browse files
committed
Add missing ThisAssembly.Constants dependency from Project
1 parent 1893afd commit 2d47a5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ThisAssembly.Project/ThisAssembly.Project.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ C#:
5353
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="All" />
5454
</ItemGroup>
5555

56+
<ItemGroup>
57+
<ProjectReference Include="..\ThisAssembly.Constants\ThisAssembly.Constants.csproj" />
58+
</ItemGroup>
59+
5660
<Target Name="VerifySponsorLink" AfterTargets="Build">
5761
<Error Condition="'$(SponsorLinkImported)' != 'true'" Text="SponsorLink was not imported." />
5862
</Target>

0 commit comments

Comments
 (0)