How to change assembly info in asp.net core?
问题 I want to versioning my asp.net core app. I followed this link: http://www.matthiaseinig.de/2013/05/20/auto-generate-fileversion-for-all-projects-in-a-solution-with-t4/ , but I want to remove project assembly info, but I didn't find it. How to remove duplicated assembly info? I want to override asp core assemblies with another file. BETTER SOLUTION After a while I realize that the best solution is to use a T4 file, the version is incremented automatically after each build. look here: http:/