Hi,
I have have a solution with quite a few dotnetcore projects. I need to set\increment the version as part of our build. Each project should have the same version.
In previous versions of .net I had a common AssemblyInfo class with the assembly version. This meant I could update the version in one file and all projects which were built would have the same updated version number.
What is the best way of achieving this with dotnetcore?