Skip to content

Commit

Permalink
fix(package): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Mar 12, 2023
1 parent c565ce8 commit 1c9f7a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Honeybee.UI/Honeybee.UI.Rhino.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HoneybeeSchema" Version="1.53.1.1" />
<PackageReference Include="HoneybeeSchema" Version="1.53.1.2" />
<PackageReference Include="UnitsNet" Version="5.3.0" />
<PackageReference Include="RhinoCommon" Version="6.23.20055.13111" IncludeAssets="compile; build;" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'!='Debug'">
<PackageReference Include="LadybugDisplaySchema" Version="0.0.2.24" />
<PackageReference Include="LadybugDisplaySchema" Version="0.0.2.25" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
4 changes: 2 additions & 2 deletions src/Honeybee.UI/Honeybee.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HoneybeeSchema" Version="1.53.1.1" />
<PackageReference Include="LadybugDisplaySchema" Version="0.0.2.24" />
<PackageReference Include="HoneybeeSchema" Version="1.53.1.2" />
<PackageReference Include="LadybugDisplaySchema" Version="0.0.2.25" />
<PackageReference Include="Eto.Forms" Version="2.7.3" />
<PackageReference Include="UnitsNet" Version="5.3.0" />
</ItemGroup>
Expand Down

0 comments on commit 1c9f7a8

Please sign in to comment.