From 8eb719af1dd4e511d24a2e7a9eebd7d9df1dad0f Mon Sep 17 00:00:00 2001 From: "Artyom V. Gorchakov" Date: Thu, 26 Aug 2021 17:38:02 +0300 Subject: [PATCH] feature: Don't pull Terminal.Gui from NuGet, use ReactiveMarbles.ObservableEvents (#1440) * Don't pull Terminal.Gui from NuGet, use ReactiveMarbles source generator * Target net5.0 --- ReactiveExample/LoginView.cs | 1 + ReactiveExample/ReactiveExample.csproj | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ReactiveExample/LoginView.cs b/ReactiveExample/LoginView.cs index 4479d55ac..365374eff 100644 --- a/ReactiveExample/LoginView.cs +++ b/ReactiveExample/LoginView.cs @@ -3,6 +3,7 @@ using System.Reactive.Linq; using NStack; using ReactiveUI; using Terminal.Gui; +using ReactiveMarbles.ObservableEvents; namespace ReactiveExample { public class LoginView : Window, IViewFor { diff --git a/ReactiveExample/ReactiveExample.csproj b/ReactiveExample/ReactiveExample.csproj index 1a91fb85b..e1e12ef45 100644 --- a/ReactiveExample/ReactiveExample.csproj +++ b/ReactiveExample/ReactiveExample.csproj @@ -1,13 +1,17 @@ Exe - netcoreapp3.1 + net5.0 - - - + + + +