From 8169851d7c3ba2cdb6ab7e99f8ee96f6320ff1db Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 6 Sep 2017 12:39:16 -0500 Subject: [PATCH] Fix Rx version and clean up build warnings. Enable ReactiveUI in ControlCatalog.NetCore to ensure that everything works in the .NET Core build. --- build/Rx.props | 12 ++++----- samples/ControlCatalog.NetCore/Program.cs | 1 + .../Avalonia.ReactiveUI.csproj | 26 ------------------- 3 files changed, 7 insertions(+), 32 deletions(-) diff --git a/build/Rx.props b/build/Rx.props index e88ab1ec37..323026f5e2 100644 --- a/build/Rx.props +++ b/build/Rx.props @@ -1,10 +1,10 @@  - - - - - - + + + + + + diff --git a/samples/ControlCatalog.NetCore/Program.cs b/samples/ControlCatalog.NetCore/Program.cs index 7c67a239e6..30df53980c 100644 --- a/samples/ControlCatalog.NetCore/Program.cs +++ b/samples/ControlCatalog.NetCore/Program.cs @@ -16,6 +16,7 @@ namespace ControlCatalog.NetCore else AppBuilder.Configure() .UsePlatformDetect() + .UseReactiveUI() .Start(); } diff --git a/src/Avalonia.ReactiveUI/Avalonia.ReactiveUI.csproj b/src/Avalonia.ReactiveUI/Avalonia.ReactiveUI.csproj index d523f71416..f9e7f26904 100644 --- a/src/Avalonia.ReactiveUI/Avalonia.ReactiveUI.csproj +++ b/src/Avalonia.ReactiveUI/Avalonia.ReactiveUI.csproj @@ -3,34 +3,8 @@ netstandard1.3 false - - true - full - false - bin\Debug\ - TRACE;DEBUG;MONO PORTABLE;NETSTANDARD1_1 - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE;MONO PORTABLE;RELEASE;NETSTANDARD1_1 - prompt - 4 - - - - - - - - - -