Skip to content

Commit

Permalink
Merge pull request #9904 from unoplatform/dev/jela/revert-wpf-fix
Browse files Browse the repository at this point in the history
fix: Remove WPF issue #6792 workaround
  • Loading branch information
jeromelaban authored Sep 21, 2022
2 parents 735ec7a + f747e84 commit d018d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/ci/templates/dotnet6-install-mac.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
DotNetVersion: '6.0.400'
DotNetVersion: '6.0.401'
UnoCheck_Version: '1.5.4'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/34b1a60f5c1c51604b47362781969dde46979fd5/manifests/uno.ui.manifest.json'
Dotnet_Root: '/usr/local/share/dotnet/'
Expand Down
2 changes: 1 addition & 1 deletion build/ci/templates/dotnet6-install-windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
DotNetVersion: '6.0.400'
DotNetVersion: '6.0.401'
UnoCheck_Version: '1.5.4'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/34b1a60f5c1c51604b47362781969dde46979fd5/manifests/uno.ui.manifest.json'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
</ItemGroup>
</Target>

<Target Name="_WPFIssue6792_RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile">
<Target Name="_WPFIssue6792_RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile" Condition="'$(UnoUseWPFIssue6792Workaround)'=='true'">
<!-- Work around https://github.com/dotnet/wpf/issues/6792, remove for .NET 6.0.500 or later -->

<ItemGroup>
Expand Down

0 comments on commit d018d7d

Please sign in to comment.