diff --git a/build/PackageDiffIgnore.xml b/build/PackageDiffIgnore.xml
index 8a530c9047af..23d983107d94 100644
--- a/build/PackageDiffIgnore.xml
+++ b/build/PackageDiffIgnore.xml
@@ -9598,6 +9598,8 @@
+
+
diff --git a/src/Uno.UI/UI/Xaml/Window.cs b/src/Uno.UI/UI/Xaml/Window.cs
index 6cb8d874a2f4..487ae11cf10c 100644
--- a/src/Uno.UI/UI/Xaml/Window.cs
+++ b/src/Uno.UI/UI/Xaml/Window.cs
@@ -188,7 +188,7 @@ public UIElement Content
public bool Visible
{
get => CoreWindow.Visible;
- set => CoreWindow.Visible = value;
+ private set => CoreWindow.Visible = value;
}
///