diff --git a/CefSharp.MinimalExample.Wpf/Behaviours/HoverLinkBehaviour.cs b/CefSharp.MinimalExample.Wpf/Behaviours/HoverLinkBehaviour.cs
index f3d1753..21d90dc 100644
--- a/CefSharp.MinimalExample.Wpf/Behaviours/HoverLinkBehaviour.cs
+++ b/CefSharp.MinimalExample.Wpf/Behaviours/HoverLinkBehaviour.cs
@@ -1,7 +1,7 @@
using CefSharp.Wpf;
using System.Windows;
-using System.Windows.Interactivity;
using System;
+using Microsoft.Xaml.Behaviors;
namespace CefSharp.MinimalExample.Wpf.Behaviours
{
diff --git a/CefSharp.MinimalExample.Wpf/Behaviours/TextBoxBindingUpdateOnEnterBehaviour.cs b/CefSharp.MinimalExample.Wpf/Behaviours/TextBoxBindingUpdateOnEnterBehaviour.cs
index 1dcafd7..ceecdbe 100644
--- a/CefSharp.MinimalExample.Wpf/Behaviours/TextBoxBindingUpdateOnEnterBehaviour.cs
+++ b/CefSharp.MinimalExample.Wpf/Behaviours/TextBoxBindingUpdateOnEnterBehaviour.cs
@@ -1,6 +1,6 @@
-using System.Windows.Interactivity;
-using System.Windows.Controls;
+using System.Windows.Controls;
using System.Windows.Input;
+using Microsoft.Xaml.Behaviors;
namespace CefSharp.MinimalExample.Wpf.Behaviours
{
diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj
index 5ffce6a..c253ae9 100644
--- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj
+++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj
@@ -70,20 +70,16 @@
app.manifest
-
- ..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll
- True
+
+ ..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.19\lib\net45\Microsoft.Xaml.Behaviors.dll
-
- ..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll
- True
-
4.0
+
diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj
index 5b3bd67..7ebda48 100644
--- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj
+++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj
@@ -33,8 +33,8 @@
-
+
diff --git a/CefSharp.MinimalExample.Wpf/MainWindow.xaml b/CefSharp.MinimalExample.Wpf/MainWindow.xaml
index 3b1c2c3..b61cad0 100644
--- a/CefSharp.MinimalExample.Wpf/MainWindow.xaml
+++ b/CefSharp.MinimalExample.Wpf/MainWindow.xaml
@@ -4,7 +4,7 @@
xmlns:wpf="clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf"
xmlns:cef="clr-namespace:CefSharp;assembly=CefSharp.Core"
xmlns:behaviours="clr-namespace:CefSharp.MinimalExample.Wpf.Behaviours"
- xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
+ xmlns:behaviors="http://schemas.microsoft.com/xaml/behaviors"
Title="{Binding Path=Title, ElementName=Browser, Converter={StaticResource TitleConverter}}"
WindowState="Maximized">
@@ -32,9 +32,9 @@
-
+
-
+
@@ -42,9 +42,9 @@
-
+
-
+
-
+
\ No newline at end of file