kswoll / ReactiveUI.Fody

C# Fody extension to generate RaisePropertyChange notifications for properties and ObservableAsPropertyHelper properties.
MIT License
154 stars 31 forks source link

Support PCL targets #2

Closed kswoll closed 9 years ago

kswoll commented 9 years ago

Right now a PCL project cannot reference the helper assembly. Create a PCL project to accomodate this.

kswoll commented 9 years ago

Should be fixed now with the latest version.