.net Core projects operate slightly differently regarding versioning, i.e. setting the base version as project properties and not the AssemblyVersionAttribute in code. The actual attributes are written to compiled code by net MSBuild targets, and my become in conflict with the attributes generated by this tool.
Also, the Properties folder is no longer existing in templates, making it a bad choice to store the configuration and output file.
SCope of the task is to make the tool work for .net standard/core projects.
.net Core projects operate slightly differently regarding versioning, i.e. setting the base version as project properties and not the
AssemblyVersionAttributein code. The actual attributes are written to compiled code by net MSBuild targets, and my become in conflict with the attributes generated by this tool.Also, the Properties folder is no longer existing in templates, making it a bad choice to store the configuration and output file.
SCope of the task is to make the tool work for .net standard/core projects.