Setting the version number for .NET Core projects - CSPROJ - not JSON projects
问题 This question is very similar to Setting the version number for .NET Core projects, but not the same. Using the latest stable version of .NET Core at the time of writing (1.1) and VS2017, .NET Core has switched from JSON based project files to CSPROJ files. So - what I am trying to do is set up a CI environment where I would like to be able to modify something prior to a build to stamp my builds with the correct version number. If I use the attributes like this the old (SharedAssemblyInfo.cs