What is the recommended way to reference 'home-brew' Prism assemblies ? #2685
-
If any1 intends to compile Prism , how to reference the assemblies in the project ? It has also the dependency This way apparently not working; What do you advise ? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You're using the wrong version of DryIoC. If you are compiling Prism source, either update the dependencies and fix any errors from the upgrade or downgrade your DryIoC nuget to the proper version of your Prism build. |
Beta Was this translation helpful? Give feedback.
-
You've updated the major version of DryIoc. As you are seeing from the error this contained breaking API changes which Prism was not compiled against. vNext will be compiled against the newer version of DryIoc but in the mean time you will need to back the version of DryIoc down to the lastest 4.x or simply let it resolve transitively through Prism.DryIoc.Uno |
Beta Was this translation helpful? Give feedback.
You're using the wrong version of DryIoC. If you are compiling Prism source, either update the dependencies and fix any errors from the upgrade or downgrade your DryIoC nuget to the proper version of your Prism build.