Skip to content

Commit

Permalink
(#624) Build: separate group for transitive-only packages in _build.c…
Browse files Browse the repository at this point in the history
…sproj
  • Loading branch information
ForNeVeR committed Sep 1, 2024
1 parent e1e6ea8 commit 7ff25c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" />
<PackageReference Include="Nuke.Common" />
</ItemGroup>
<ItemGroup Label="Transitive package references"> <!-- for the sole purpose of pinning the correct versions -->
<PackageReference Include="JetBrains.Annotations" />
</ItemGroup>

<ItemGroup>
<Compile Update="Build.Sdk.cs">
Expand Down

0 comments on commit 7ff25c5

Please sign in to comment.