Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Enabling all platforms when selecting maui (backport #291) #303

Merged
merged 9 commits into from
Sep 20, 2023
Prev Previous commit
Next Next commit
chore: Removed CA1416
(cherry picked from commit 5753379)
  • Loading branch information
nickrandolph authored and mergify[bot] committed Sep 20, 2023
commit fc36a6320e7682c302c41a2ca163b7de43be9f35
2 changes: 1 addition & 1 deletion src/Uno.Templates/content/unoapp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
Adding NoWarn to remove build warnings
NU1507: Warning when there are multiple package sources when using CPM with no source mapping
-->
<NoWarn>$(NoWarn);CA1416;NU1507</NoWarn>
<NoWarn>$(NoWarn);NU1507</NoWarn>
<!--#endif-->

<DefaultLanguage>en</DefaultLanguage>
Expand Down