How to set build version automatically in .net core projects?
问题 In previos version of .net on AssemblyInfo.cs if we change [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] to [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyFileVersion("1.0.*")] and compile our project build version compiler sets automatically build version to dll or.. files. in .net core we have this { "version": "1.0.0", "dependencies": { "Microsoft.AspNetCore.Mvc": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft