You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andDirectory.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 viabuildTransitive
asset, but it is required to havebuildTransitive
assets in referenced nuget (GitInfo). See documentation for more information.The text was updated successfully, but these errors were encountered: