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
This commit is contained in:
Artyom V. Gorchakov
2021-08-26 17:38:02 +03:00
committed by GitHub
parent e3f6b7b283
commit 8eb719af1d
2 changed files with 9 additions and 4 deletions

View File

@@ -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<LoginViewModel> {