From 261df061e9befe7fc6d7f257a890e477219da744 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sun, 28 May 2017 00:11:10 +0200 Subject: [PATCH] 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