From 3c3dc973e1f8e59a6a0853ea0584c0d86a1c17f3 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sat, 27 May 2017 23:50:49 +0200 Subject: [PATCH 1/2] 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 From 261df061e9befe7fc6d7f257a890e477219da744 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sun, 28 May 2017 00:11:10 +0200 Subject: [PATCH 2/2] Reference Rx.props for interop samples. Instead of including the `PackageReference` directly in the csproj. --- samples/interop/GtkInteropDemo/GtkInteropDemo.csproj | 6 +----- .../interop/WindowsInteropTest/WindowsInteropTest.csproj | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/samples/interop/GtkInteropDemo/GtkInteropDemo.csproj b/samples/interop/GtkInteropDemo/GtkInteropDemo.csproj index 0837a6efe5..d9a61064f1 100644 --- a/samples/interop/GtkInteropDemo/GtkInteropDemo.csproj +++ b/samples/interop/GtkInteropDemo/GtkInteropDemo.csproj @@ -149,11 +149,7 @@ 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 22b4e4188c..28e5e274d0 100644 --- a/samples/interop/WindowsInteropTest/WindowsInteropTest.csproj +++ b/samples/interop/WindowsInteropTest/WindowsInteropTest.csproj @@ -179,11 +179,7 @@ MSBuild:Compile - - - 3.0.0 - - + \ No newline at end of file