Skip to content

Add support to SDK-style projects (.net core). #12

@ImrePyhvel

Description

@ImrePyhvel

.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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions