Skip to content

Commit

Permalink
chore: Adjust uwp build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 20, 2024
1 parent 0119b3e commit 661cbb9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<PropertyGroup>
<!-- Workaround for https://github.com/unoplatform/uno/discussions/5007, to remove when original VS issue is fixed. -->
<SynthesizeLinkMetadata>true</SynthesizeLinkMetadata>
<!-- System.Private.Uri is transitively updated by the runtime -->
<NoWarn>$(NoWarn);NU1903</NoWarn>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down

0 comments on commit 661cbb9

Please sign in to comment.