Skip to content

Commit

Permalink
BHoM_Engine: Use NetStandard version of DeepCloner in Nugets rather t…
Browse files Browse the repository at this point in the history
…han NetFramework (#3281)
  • Loading branch information
Fraser Greenroyd authored Feb 14, 2024
2 parents 4e5ef3c + 77a1442 commit da1de7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/BHoMBot/Nuget/BHoM.Engine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency id="Mono.Reflection" version="2.0.0" />
<dependency id="CompareNETObjects" version="4.67.0" />
</group>
<group targetFramework="net472">
<group targetFramework="netstandard1.3">
<dependency id="DeepCloner" version="0.10.2" />
</group>
</dependencies>
Expand Down

0 comments on commit da1de7e

Please sign in to comment.