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.
2 parents ec2af81 + 4db825d commit 3c7f85eCopy full SHA for 3c7f85e
Directory.Build.props
@@ -1,5 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
4
+ <!-- Work around https://github.com/dotnet/runtime/issues/109682 -->
5
+ <CETCompat>false</CETCompat>
6
</PropertyGroup>
7
</Project>
Flow.Launcher/Flow.Launcher.csproj
@@ -136,7 +136,6 @@
136
137
<Target Name="RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile">
138
<!-- Work around https://github.com/dotnet/wpf/issues/6792 -->
139
-
140
<ItemGroup>
141
<FilteredAnalyzer Include="@(Analyzer->Distinct())" />
142
<Analyzer Remove="@(Analyzer)" />
0 commit comments