notanaverageman / Bindables

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

Update to fody 3.0 #5

Closed FutureTD closed 6 years ago

FutureTD commented 6 years ago

Could we get this updated to the latest Fody 3.0 version?

notanaverageman commented 6 years ago

Seems that the change is new and there is no documentation for upgrading. I have asked in https://github.com/Fody/Fody/issues/511 how to update the packages correctly. When it is resolved, I can update the package.

shinriyo commented 6 years ago

I can't update the version too.

screen shot 2018-04-02 at 23 04 25
Could not install package 'FodyHelpers 3.0.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile78', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
notanaverageman commented 6 years ago

@shinriyo Your issue seems like something else. If I'm not wrong FodyHelpers requires .NET Standard 2.0 while your project targets .NETPortable,Version=v4.5,Profile=Profile78 which is .NET Standard 1.0. You should update your .NET target.

notanaverageman commented 6 years ago

0.5.0 is out with Fody 3.0. It should be indexed by Nuget in a few hours. Let me know if there is any problem.