Merge pull request #16 from specklesystems/alan/rhino-version-downgrade

Downgraded rhino nugets to 6.28 for broader compatibility
This commit is contained in:
Alan Rynne
2021-06-09 16:55:47 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -49,11 +49,11 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Grasshopper">
<Version>6.33.20343.16431</Version>
<Version>6.28.20199.17141</Version>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="RhinoCommon">
<Version>6.33.20343.16431</Version>
<Version>6.28.20199.17141</Version>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
@@ -55,8 +55,8 @@
<Compile Include="SampleImplementations\Sample_UslessCyclesComponent.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Grasshopper" Version="6.33.20343.16431" />
<PackageReference Include="RhinoCommon" Version="6.33.20343.16431" />
<PackageReference Include="Grasshopper" Version="6.28.20199.17141" />
<PackageReference Include="RhinoCommon" Version="6.28.20199.17141" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GrasshopperAsyncComponent\GrasshopperAsyncComponent.csproj">