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 bdf8e66 commit 87c4d50Copy full SHA for 87c4d50
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
@@ -120,7 +120,6 @@
120
121
<Target Name="RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile">
122
<!-- Work around https://github.com/dotnet/wpf/issues/6792 -->
123
-
124
<ItemGroup>
125
<FilteredAnalyzer Include="@(Analyzer->Distinct())" />
126
<Analyzer Remove="@(Analyzer)" />
0 commit comments