Skip to content

ProjectReference has a incorrect version in nuget package #3378

Answered by HHobeck
SongOfYouth asked this question in Q&A
Discussion options

You must be logged in to vote

Normally you are referencing the nuget package directly instead of a project reference if it is an external library. But if you referencing the project itself it means it is part of your repository and part of your versioning strategy which will be determined (on a build server) using GitVersion. In that case the version will be given from GitVersion to the compiler so the referenced project has the desired version reference as well.

Happy Branching!

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@SongOfYouth
Comment options

@SongOfYouth
Comment options

@HHobeck
Comment options

Answer selected by HHobeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3374 on February 17, 2023 07:01.