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

Commit

Permalink
build config
Browse files Browse the repository at this point in the history
  • Loading branch information
teocomi committed Apr 28, 2020
1 parent 519a614 commit 5f413a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SpeckleUiBase/SpeckleUiBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@
</ItemGroup>
<!-- USE CEF 57 or 65 -->
<Choose>
<When Condition="'$(Configuration)' == 'Debug57' Or '$(Configuration)' == 'Release57'">
<When Condition="'$(Configuration)' == 'Debug57' Or '$(Configuration)' == 'Release57' Or '$(Configuration)' == 'Release2019'">
<ItemGroup>
<PackageReference Include="CefSharp.Wpf">
<Version>57.0.0</Version>
</PackageReference>
</ItemGroup>
</When>
<When Condition="'$(Configuration)' == 'Debug65' Or '$(Configuration)' == 'Release65'">
<When Condition="'$(Configuration)' == 'Debug65' Or '$(Configuration)' == 'Release65' Or '$(Configuration)' == 'Release2020' Or '$(Configuration)' == 'Release2021'">
<ItemGroup>
<PackageReference Include="CefSharp.Wpf">
<Version>65.0.1</Version>
Expand Down

0 comments on commit 5f413a2

Please sign in to comment.