Skip to content

Commit

Permalink
Update Boogie to 2.9.4 (#1531)
Browse files Browse the repository at this point in the history
Co-authored-by: Remy Willems <>
  • Loading branch information
keyboardDrummer authored Oct 22, 2021
1 parent bb504a0 commit 3b53cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Boogie dependency -->
<ItemGroup>
<PackageReference Include="Boogie.ExecutionEngine" Version="2.9.3" />
<PackageReference Include="Boogie.ExecutionEngine" Version="2.9.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion customBoogie.patch
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ index 4934fa8d..64a5a976 100644

<!-- Boogie dependency -->
<ItemGroup>
- <PackageReference Include="Boogie.ExecutionEngine" Version="2.9.3" />
- <PackageReference Include="Boogie.ExecutionEngine" Version="2.9.4" />
+ <ProjectReference Include="..\..\..\boogie\Source\ExecutionEngine\ExecutionEngine.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 3b53cc4

Please sign in to comment.