Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit dbca392

Browse files
authored
Update OpenSource.Data.HashFunction.Core.csproj
Allow unsafe blocks.
1 parent 4002882 commit dbca392

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/OpenSource.Data.HashFunction.Core/OpenSource.Data.HashFunction.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<RepositoryUrl>https://github.com/brandondahler/Data.HashFunction/</RepositoryUrl>
2121
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
2222
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
23+
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2324
</PropertyGroup>
2425

2526
<PropertyGroup Condition="'$(VcsRevision)'!=''">

0 commit comments

Comments
 (0)