Skip to content

Commit 661cbb9

Browse files
committed
chore: Adjust uwp build
1 parent 0119b3e commit 661cbb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TestApp/uwp/Uno.UI.RuntimeTests.Engine.UWP/Uno.UI.RuntimeTests.Engine.Uwp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<PropertyGroup>
2121
<!-- Workaround for https://github.com/unoplatform/uno/discussions/5007, to remove when original VS issue is fixed. -->
2222
<SynthesizeLinkMetadata>true</SynthesizeLinkMetadata>
23+
<!-- System.Private.Uri is transitively updated by the runtime -->
24+
<NoWarn>$(NoWarn);NU1903</NoWarn>
2325
</PropertyGroup>
2426
<PropertyGroup>
2527
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

0 commit comments

Comments
 (0)