Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Best Practice for Versioning assemblies in solution

$
0
0

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?


Viewing all articles
Browse latest Browse all 9386

Trending Articles