v6.0.2
Add to support WPF on .NET Core 3.0.
Changes
- Before this release,
EventToReactiveCommand
andEventToReactiveProperty
couldn't be used on WPF on .NET Core 3.0. This release is supported those classes on WPF on .NET Core 3.0.
If you would like to use EventToReactiveCommand
and EventToReactiveProperty
, then please add Microsoft.Xaml.Behaviors.Wpf
package to your project expricitlly.