Skip to content

Commit e1eb015

Browse files
committed
Allow unsafe
1 parent dd21450 commit e1eb015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App.CsWin32/Files.App.CsWin32.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
77
<Nullable>enable</Nullable>
88
<IsTrimmable>true</IsTrimmable>
9+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
910
<LangVersion>13.0</LangVersion>
1011
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
1112
<Platforms>x86;x64;arm64</Platforms>

0 commit comments

Comments
 (0)