Build .exe file in .NET Core RC2

前端 未结 5 1014
被撕碎了的回忆
被撕碎了的回忆 2020-12-02 04:58

Every time I build a project using the new .NET Core RC2 templates I am not provided with a runnable .EXE file. If I hit F5 for debugging m

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 05:41

    The answer is in the documentation with complete steps now.

    You can create two types of deployments for .NET Core applications:

    1. Framework-dependent deployment
    2. Self-contained deployment

    For a runnable .EXE file, the Publish self-contained should be used.

提交回复
热议问题