- Published on
- Authors
- koskila
- Tags
- azuredevopsdocker
How to find out dependency versions in your .csproj files using PowerShell?
This article explains our solution to a very particular use case. We needed to go through .csproj files, find certain dependencies from them, and then figure out their versions. And all of this needed to happen in an Azure DevOps pipeline. But when would this be helpful? Well, hear me out, because boy do I have a case to describe! Background We wanted to have automatic versioning for our builds in Azure DevOps. We use the standard and boring semver model - i.e. Major.Minor.



