Skip to content

Commit

Permalink
Test structure is no longer optimised when compiled - this was causin…
Browse files Browse the repository at this point in the history
…g tests to fail.
  • Loading branch information
BenMorris committed Oct 29, 2020
1 parent 76386d7 commit b88a912
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>false</Optimize>
</PropertyGroup>

</Project>

0 comments on commit b88a912

Please sign in to comment.