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

Add support for nuget transitive dependencies (via PackageReference) #154

Closed
PadreSVK opened this issue May 4, 2021 · 0 comments · Fixed by #155
Closed

Add support for nuget transitive dependencies (via PackageReference) #154

PadreSVK opened this issue May 4, 2021 · 0 comments · Fixed by #155

Comments

@PadreSVK
Copy link
Contributor

PadreSVK commented May 4, 2021

It would be nice if this package supported transitive dependencies via PackageReference.

Right now I use this package in my CI for creating stable and prerelease packages based on branch. I was just using it via Directory.build.props and Directory.build.targets combo see this. This solution is good, but only for one repository and it would be nice if I could create nuget for my use case and simply distribute it like nuget with dependency on GitInfo.

Nuget (v5.0+) has feature for transitive dependency via PackageReference in new SDK like csproj via buildTransitive asset, but it is required to have buildTransitive assets in referenced nuget (GitInfo). See documentation for more information.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants