Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove explicit version number requirement for project references #17405

Closed
girish-a opened this issue May 25, 2016 · 2 comments
Closed

Remove explicit version number requirement for project references #17405

girish-a opened this issue May 25, 2016 · 2 comments
Assignees
Labels
question Answer questions and provide assistance, not an issue with source code or documentation.
Milestone

Comments

@girish-a
Copy link

Prior to rc2, we could refer to another project without specifying a version number. But now, it looks like the version number requirement is enforced. See the following StackOverflow link:

http://stackoverflow.com/questions/37438833/net-core-rc2-package-dependencies-are-not-resolved/37439188?noredirect=1#comment62381252_37439188

Wouldn't it be simpler to remove the version number requirement for project references?

@mellinoe
Copy link
Contributor

You don't need to specify version. Just use:

"dependencies": {
  "project-name": { "target": "project" }
}

@ericstj
Copy link
Member

ericstj commented May 25, 2016

Closing this. If you have further questions please re-open the issue in the dotnet/CLI repo.

@ericstj ericstj closed this as completed May 25, 2016
@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 1.1.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Answer questions and provide assistance, not an issue with source code or documentation.
Projects
None yet
Development

No branches or pull requests

4 participants