From 3c3dc973e1f8e59a6a0853ea0584c0d86a1c17f3 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sat, 27 May 2017 23:50:49 +0200 Subject: [PATCH] Fix interop samples. They were missing a reference to System.Reactive. --- samples/interop/GtkInteropDemo/GtkInteropDemo.csproj | 5 +++++ samples/interop/WindowsInteropTest/WindowsInteropTest.csproj | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/samples/interop/GtkInteropDemo/GtkInteropDemo.csproj b/samples/interop/GtkInteropDemo/GtkInteropDemo.csproj index 044b96c865..0837a6efe5 100644 --- a/samples/interop/GtkInteropDemo/GtkInteropDemo.csproj +++ b/samples/interop/GtkInteropDemo/GtkInteropDemo.csproj @@ -149,6 +149,11 @@ ControlCatalog + + + 3.0.0 + + \ No newline at end of file diff --git a/samples/interop/WindowsInteropTest/WindowsInteropTest.csproj b/samples/interop/WindowsInteropTest/WindowsInteropTest.csproj index c787ab76ee..22b4e4188c 100644 --- a/samples/interop/WindowsInteropTest/WindowsInteropTest.csproj +++ b/samples/interop/WindowsInteropTest/WindowsInteropTest.csproj @@ -179,6 +179,11 @@ MSBuild:Compile + + + 3.0.0 + + \ No newline at end of file