We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd21450 commit e1eb015Copy full SHA for e1eb015
src/Files.App.CsWin32/Files.App.CsWin32.csproj
@@ -6,6 +6,7 @@
6
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
7
<Nullable>enable</Nullable>
8
<IsTrimmable>true</IsTrimmable>
9
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10
<LangVersion>13.0</LangVersion>
11
<Configurations>Debug;Release;Stable;Preview;Store</Configurations>
12
<Platforms>x86;x64;arm64</Platforms>
0 commit comments