We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1893afd commit 2d47a5dCopy full SHA for 2d47a5d
src/ThisAssembly.Project/ThisAssembly.Project.csproj
@@ -53,6 +53,10 @@ C#:
53
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="All" />
54
</ItemGroup>
55
56
+ <ItemGroup>
57
+ <ProjectReference Include="..\ThisAssembly.Constants\ThisAssembly.Constants.csproj" />
58
+ </ItemGroup>
59
+
60
<Target Name="VerifySponsorLink" AfterTargets="Build">
61
<Error Condition="'$(SponsorLinkImported)' != 'true'" Text="SponsorLink was not imported." />
62
</Target>
0 commit comments