Library versions in templates are currently fully qualified. E.g., RabbitMQ.Client is pinned to version 5.1.0. At some point, pinned versions become outdated.
The version specs should instead use floating notation; e.g. the above RabbitMQ version should be 5.1.*. Generated projects will then be able to pull in the latest released versions of the dependent libraries.
Library versions in templates are currently fully qualified. E.g.,
RabbitMQ.Client
is pinned to version 5.1.0. At some point, pinned versions become outdated.The version specs should instead use floating notation; e.g. the above RabbitMQ version should be 5.1.*. Generated projects will then be able to pull in the latest released versions of the dependent libraries.