你的位置: 码友网首页 / 资讯源列表 / Single-file executables in .NET Core 3

关于[Single-file executables in .NET Core 3]的摘要:

The new PublishSingleFile option in .NET Core 3 lets you package an application into a single executable (.exe) file that contains all assemblies, resources, content files and other stuff that the app requires at runtime. This means that the output directory of an app that previously would contain a bunch of framework specific and referenced DLLs, configuration files and other content can now be reduced to contain only a single .exe file that you can simply double-click on to run the app. These single-file executables do however come with some gotchas.

原文地址: https://blog.magnusmontin.net/2019/09/22/single-file-exes-in-net-core/

收录时间: 2019-09-24 浏览量: 1523 分类: .NET Core

| 0 收藏 | 0