Skip to content

Commit

Permalink
Fix DynamicCodeDumper to build an exe
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 13, 2020
1 parent 185347f commit caf846f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net461</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down

0 comments on commit caf846f

Please sign in to comment.