Skip to content

Commit

Permalink
Add conditional package reference
Browse files Browse the repository at this point in the history
Signed-off-by: Lamparter <[email protected]>
  • Loading branch information
Lamparter authored Feb 2, 2025
1 parent 081c4b6 commit a5e09aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Riverside.JsonBinder\Riverside.JsonBinder.csproj" />
<ProjectReference Condition="'$(Configuration)' == 'Debug'" Include="..\Riverside.JsonBinder\Riverside.JsonBinder.csproj" />
<PackageReference Condition="'$(Configuration)' == 'Release'" Include="Riverside.JsonBinder" Version="$(DisplayVersion)" />
</ItemGroup>

</Project>

0 comments on commit a5e09aa

Please sign in to comment.