diff options
author | Rory& <root@rory.gay> | 2024-07-15 13:52:47 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-16 09:33:56 +0200 |
commit | f761990225fd98160b52ef90f88b769c0f6b0dc6 (patch) | |
tree | dc6e670d1b28e4ea9399f8584cf24156935b76af /LibMatrix/LibMatrix.csproj | |
parent | Import unit test fixes from dev/home-changes (diff) | |
download | LibMatrix-dev/e2ee{canonical-json}.tar.xz |
Working json canonicalisation github/dev/e2ee{canonical-json} dev/e2ee{canonical-json}
Diffstat (limited to '')
-rw-r--r-- | LibMatrix/LibMatrix.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibMatrix/LibMatrix.csproj b/LibMatrix/LibMatrix.csproj index d0511ea..e037672 100644 --- a/LibMatrix/LibMatrix.csproj +++ b/LibMatrix/LibMatrix.csproj @@ -8,6 +8,7 @@ <Optimize>true</Optimize> <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <!-- Required for UnicodeJsonEncoder... --> </PropertyGroup> <ItemGroup> |