Skip to content

Commit

Permalink
fix(Rhino): support Net7 for Rhino
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Sep 18, 2024
1 parent d801e73 commit 9eb1e95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Honeybee.UI/Honeybee.UI.Rhino.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<Import Project="./CommonSettings.csproj" />
<Import Project="../../../CommonReferenceRhino.csproj" />
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<TargetFrameworks Condition="$(Configuration.EndsWith('RH8')) != 'true'">net48</TargetFrameworks>
<TargetFrameworks Condition="$(Configuration.EndsWith('RH8'))">net7.0-windows;net48</TargetFrameworks>
<Authors>Ladybug Tools</Authors>
<Description>UI library build with Eto Forms for editing Honeybee Schema (DotNet) on both Windows and Mac system.</Description>
<Copyright>Copyright © 2024 Ladybug Tools LLC</Copyright>
Expand Down

0 comments on commit 9eb1e95

Please sign in to comment.