Skip to content

Commit

Permalink
private assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristjan Nielsen authored and Kristjan Nielsen committed Nov 14, 2022
1 parent 0cd6422 commit af88c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GsaGH/GsaGH.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Copyright © Oasys 1985 - 2022</Description>

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

0 comments on commit af88c69

Please sign in to comment.