Skip to content

Commit

Permalink
fix: Do not pack RevitAPI nor Cef in Revit Connector (#3386)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne authored May 8, 2024
1 parent bed47df commit 17819af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CefSharp.Wpf" Version="92.0.260" />
<PackageReference Include="CefSharp.Wpf" Version="92.0.260" IncludeAssets="compile" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Revit.Async" Version="2.0.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Speckle.Revit.API" Version="2023.0.0" />
<PackageReference Include="Speckle.Revit.API" Version="2023.0.0" IncludeAssets="compile;build" />
</ItemGroup>

<Target AfterTargets="Clean" Name="CleanAddinFolder">
Expand Down

0 comments on commit 17819af

Please sign in to comment.