Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
updated popup
Browse files Browse the repository at this point in the history
  • Loading branch information
teocomi committed Sep 19, 2019
1 parent 968ef91 commit ff2bc74
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions SpeckleDynamo/SpeckleDynamo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
<Reference Include="SpeckleCore, Version=1.6.8.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\SpeckleCore.1.6.8\lib\net45\SpeckleCore.dll</HintPath>
</Reference>
<Reference Include="SpecklePopup, Version=1.6.10.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SpecklePopup.1.6.10\lib\net45\SpecklePopup.dll</HintPath>
<Reference Include="SpecklePopup, Version=1.6.11.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SpecklePopup.1.6.11\lib\net45\SpecklePopup.dll</HintPath>
</Reference>
<Reference Include="SQLite-net, Version=1.5.231.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\sqlite-net-pcl.1.5.231\lib\netstandard1.1\SQLite-net.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion SpeckleDynamo/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="Prism" version="4.1.0.0" targetFramework="net45" />
<package id="SpeckleCore" version="1.6.8" targetFramework="net45" />
<package id="SpecklePopup" version="1.6.10" targetFramework="net45" />
<package id="SpecklePopup" version="1.6.11" targetFramework="net45" />
<package id="sqlite-net-pcl" version="1.5.231" targetFramework="net45" />
<package id="SQLitePCLRaw.bundle_green" version="1.1.11" targetFramework="net45" />
<package id="SQLitePCLRaw.core" version="1.1.11" targetFramework="net45" />
Expand Down
8 changes: 4 additions & 4 deletions SpeckleDynamoExtension/SpeckleDynamoExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@
<HintPath>..\packages\DynamoVisualProgramming.ZeroTouchLibrary.2.0.2.6986\lib\net45\ProtoGeometry.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SpeckleCore, Version=1.5.2.343, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\SpeckleCore.1.5.2.343\lib\net45\SpeckleCore.dll</HintPath>
<Reference Include="SpeckleCore, Version=1.6.8.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\SpeckleCore.1.6.8\lib\net45\SpeckleCore.dll</HintPath>
</Reference>
<Reference Include="SpecklePopup, Version=1.6.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SpecklePopup.1.6.8\lib\net45\SpecklePopup.dll</HintPath>
<Reference Include="SpecklePopup, Version=1.6.11.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SpecklePopup.1.6.11\lib\net45\SpecklePopup.dll</HintPath>
</Reference>
<Reference Include="SQLite-net, Version=1.5.231.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\sqlite-net-pcl.1.5.231\lib\netstandard1.1\SQLite-net.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions SpeckleDynamoExtension/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="Prism" version="4.1.0.0" targetFramework="net45" />
<package id="SpeckleCore" version="1.5.2.343" targetFramework="net45" />
<package id="SpecklePopup" version="1.6.8" targetFramework="net45" />
<package id="SpeckleCore" version="1.6.8" targetFramework="net45" />
<package id="SpecklePopup" version="1.6.11" targetFramework="net45" />
<package id="sqlite-net-pcl" version="1.5.231" targetFramework="net45" />
<package id="SQLitePCLRaw.bundle_green" version="1.1.11" targetFramework="net45" />
<package id="SQLitePCLRaw.core" version="1.1.11" targetFramework="net45" />
Expand Down

0 comments on commit ff2bc74

Please sign in to comment.