diff --git a/samples/features/Features.WPF/Views/ActionsView.xaml b/samples/features/Features.WPF/Views/ActionsView.xaml index cc6b02d6b..6f8ac5a4a 100644 --- a/samples/features/Features.WPF/Views/ActionsView.xaml +++ b/samples/features/Features.WPF/Views/ActionsView.xaml @@ -4,7 +4,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:Features.CrossPlatform.Views" - xmlns:cal="http://www.caliburnproject.org" + xmlns:cm="http://caliburnmicro.com" xmlns:i="http://schemas.microsoft.com/xaml/behaviors" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="300" @@ -30,17 +30,17 @@