Skip to content

Commit 4db825d

Browse files
committed
Set CETCompat to false
1 parent ec2af81 commit 4db825d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
4+
<!-- Work around https://github.com/dotnet/runtime/issues/109682 -->
5+
<CETCompat>false</CETCompat>
46
</PropertyGroup>
57
</Project>

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136

137137
<Target Name="RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile">
138138
<!-- Work around https://github.com/dotnet/wpf/issues/6792 -->
139-
140139
<ItemGroup>
141140
<FilteredAnalyzer Include="@(Analyzer-&gt;Distinct())" />
142141
<Analyzer Remove="@(Analyzer)" />

0 commit comments

Comments
 (0)