Skip to content

Commit 3c7f85e

Browse files
authored
Merge pull request #3878 from Flow-Launcher/net9_fix
Set CETCompat to false
2 parents ec2af81 + 4db825d commit 3c7f85e

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)