Skip to content

Commit

Permalink
feat (Project): adds buildtransitive props for implicitly using Rhyth…
Browse files Browse the repository at this point in the history
…m.Drop namespace
  • Loading branch information
jamiepollock committed Jan 16, 2024
1 parent fd61317 commit 9d0669a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Rhythm.Drop/Rhythm.Drop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<None Include="readme.md" Pack="true" PackagePath="\" />
</ItemGroup>

<!-- buildTransitive includes -->
<ItemGroup>
<Content Include="buildTransitive\**" PackagePath="buildTransitive" />
</ItemGroup>

<!-- Project includes -->
<ItemGroup>
<ProjectReference Include="..\Rhythm.Drop.Builders\Rhythm.Drop.Builders.csproj" />
Expand Down
7 changes: 7 additions & 0 deletions src/Rhythm.Drop/buildTransitive/Rhythm.Drop.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>

<ItemGroup Condition="'$(ImplicitUsings)' == 'enable' or '$(ImplicitUsings)' == 'true'">
<Using Include="Rhythm.Drop" />
</ItemGroup>

</Project>

0 comments on commit 9d0669a

Please sign in to comment.