Merge pull request #16 from specklesystems/alan/rhino-version-downgrade
Downgraded rhino nugets to 6.28 for broader compatibility
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user