Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Allow * for the minor and build version number when specifying dependency versions #2955

Closed
Flavien opened this issue Oct 10, 2015 · 0 comments
Milestone

Comments

@Flavien
Copy link

Flavien commented Oct 10, 2015

Right now, it is only possible to use * for the version number of a dependency on the pre-release tag. It would be great if it also worked for the minor and build version number.

This works:

  "dependencies": {
    "Google.Protobuf": "3.0.0-*"
  },

But this doesn't:

  "dependencies": {
    "Google.Protobuf": "3.0.*"
  },
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants