Skip to content

Commit

Permalink
Made references to source generators explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Dec 21, 2022
1 parent 86e695d commit fde7cab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@
<Using Include="ZeroInstall.Model" />
</ItemGroup>

<!-- Build-time dependencies -->
<ItemGroup>
<PackageReference Include="Generator.Equals" Version="2.7.1" PrivateAssets="All" />
<PackageReference Include="PrimaryConstructor" Version="1.4.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit fde7cab

Please sign in to comment.