Skip to content

Commit

Permalink
Merge pull request #194 from arup-group/bugfix/exclude-rhinocommon
Browse files Browse the repository at this point in the history
exclude rhinocommon on release
  • Loading branch information
kpne authored Nov 15, 2022
2 parents 3cea08d + af88c69 commit fd0fbda
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions GsaGH/GsaGH.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,14 @@ Copyright © Oasys 1985 - 2022</Description>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Grasshopper" Version="6.27.20176.5001" IncludeAssets="compile;build" />
<PackageReference Include="Grasshopper" Version="6.27.20176.5001" IncludeAssets="compile;build">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="OasysGH" Version="0.4.2-beta" />
<PackageReference Include="RhinoCommon" Version="6.27.20176.5001" />
<PackageReference Include="RhinoCommon" Version="6.27.20176.5001">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>compile;build</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fd0fbda

Please sign in to comment.