Skip to content

Commit 14949e6

Browse files
authored
Fix: Fixed an issue where right clicking sometimes caused the app to crash (#17637)
1 parent beef9fa commit 14949e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Files.App.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<UseWinUI>true</UseWinUI>
2525
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
2626
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
27+
<CETCompat>false</CETCompat>
2728
<Configurations>Debug;Release</Configurations>
2829
<CsWinRTIncludes>Files.App.Server;Microsoft.UI.Content.ContentExternalOutputLink;Microsoft.UI.Content.IContentExternalOutputLink</CsWinRTIncludes>
2930
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>

0 commit comments

Comments
 (0)