unitycontainer / configuration

Unity.Configuration package
Apache License 2.0
13 stars 13 forks source link

Unity.Configuration is not built against latest dependencies #12

Closed timg83 closed 5 years ago

timg83 commented 5 years ago

The latest version of Unity.configuration available through Nuget is not built against the latest version of it's dependencies.

afbeelding

As a result you have to use assembly binding redirects in order to make use of the new Unity assembly versions. Is there a reason why the Unity.configuration lib is not built against the latest versions of it's dependencies?

ENikS commented 5 years ago

Libraries are rebuilt only when changed.

Dependencies are referenced using interval notation so, when built, it should always pick the latest. Your problem is how you install these dependencies. This article should explain how it should be done properly.