notanaverageman / Bindables

Bindables converts your auto properties into Wpf dependency or attached properties.
MIT License
52 stars 9 forks source link

.NET 4.5.2 compatibility #12

Closed VidVid closed 5 years ago

VidVid commented 5 years ago

It would be helpful if this could target .net 4.5.2. Is there any reason that the target framework can't be changed from 4.6 to 4.5.2? The project was still able to build and pass the tests locally for me by simply changing the target framework for Bindables.csproj, but I don't know enough about weaver development to know if there are other gotchas in the pipeline.

notanaverageman commented 5 years ago

I tried it with 4.5.2 and it seems to work. There is another issue with NuGet packaging. I will try to release a package after fixing it.

notanaverageman commented 5 years ago

Fixed as of Bindables version 4.0.0.