Skip to content

v6.0.2

Compare
Choose a tag to compare
@runceel runceel released this 26 Jul 11:40
29c242e

Add to support WPF on .NET Core 3.0.

Changes

  • Before this release, EventToReactiveCommand and EventToReactiveProperty 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.