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 - - - + + + +