diff --git a/e2e/Uno/HelloUnoWorld.Shared/App.xaml.cs b/e2e/Uno/HelloUnoWorld.Shared/App.xaml.cs index 1fb56bdfe6..cd0799dccf 100644 --- a/e2e/Uno/HelloUnoWorld.Shared/App.xaml.cs +++ b/e2e/Uno/HelloUnoWorld.Shared/App.xaml.cs @@ -36,7 +36,7 @@ namespace HelloUnoWorld /// /// Provides application-specific behavior to supplement the default Application class. /// - sealed partial class App : PrismApplication + public sealed partial class App : PrismApplication { private static Window _window;