Skip to content

Q: BumpAssemblyVersions (BAV) which reference assemblies assume dependencies #10192

Answered by AR-May
mwpowellhtx asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @mwpowellhtx! MSBuild and (non-experimental) MSBuild public API for the most part is backwards compatible. There were very few breaking changes, and they are announced with the release of MSBuild within Visual Studio or dotnet sdk.

As for updating the version of MSBuild. It seems like you are authoring an MSBuild task. According to this documentation the earlier version of MSBuild API you target, the older VS versions will support the task. And, because of backwards compatibility, newer versions will also be able to run it. So, unless your task does not work in the latest VS, I see no reason to upgrade.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rainersigwald
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