Skip to content

Error: Specified EntryPointExe '' was not found in the project outputs #27

Description

When generating an msix for a project that uses the <TargetFrameworks> attribute instead of the <TargetFramework> attribute this error is given. I guess the MSIX Packaging project template is not compatible with this newer attribute?
My project was targeting net5.0-windows only but had previously also targetted net48. Once I found the cause it was easy to reproduce, and it also happens for projects that have this attribute and do use multi-targetting, so targetting net5.0-windows;net48 will not work either. You have to use the <TargetFramework> attribute instead.

Is this by design, a choice or is this supposed to work with the <TargetFrameworks> attribute as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions