Skip to content

Commit

Permalink
Allow setting options.OutputWriter (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer authored Sep 25, 2023
1 parent 8cadc53 commit 1e7a4f5
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 @@ -2,7 +2,7 @@

<!-- Target framework and package configuration -->
<PropertyGroup>
<Version>3.0.4</Version>
<Version>3.0.5</Version>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Boogie</Authors>
Expand Down
2 changes: 1 addition & 1 deletion Source/ExecutionEngine/CommandLineOptionEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Microsoft.Boogie;

public class CommandLineOptionEngine
{
public TextWriter OutputWriter { get; }
public TextWriter OutputWriter { get; set; }
public string ToolName { get; set; }
public string DescriptiveToolName { get; set; }

Expand Down

0 comments on commit 1e7a4f5

Please sign in to comment.