Skip to content

Instantly share code, notes, and snippets.

@jaredpar
Created February 25, 2023 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredpar/029baf8119ae68b5bdbbdb5cce20b536 to your computer and use it in GitHub Desktop.
Save jaredpar/029baf8119ae68b5bdbbdb5cce20b536 to your computer and use it in GitHub Desktop.
<Project>
<PropertyGroup>
<AllowUnsafeBlocks Condition="'$(Unsafe)' != ''">$(Unsafe)</AllowUnsafeBlocks>
</PropertyGroup>
</Project>
@jbevain
Copy link

jbevain commented Feb 25, 2023

Thanks, where do I submit a PR with my modifications?

<Project>
  <PropertyGroup>
    <AllowUnsafeBlocks Condition=" '$(Unsafe)' == 'Oui' ">True</AllowUnsafeBlocks>
  </PropertyGroup>
</Project>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment