Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Package-References-in-Project-Files.md #18

Open
wants to merge 1 commit into
base: live
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/consume-packages/Package-References-in-Project-Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ ms.locfileid: "79428503"

| 值 | 说明 |
| --- | ---
| 编译 | `lib` 文件夹的内容,控制项目能否对文件夹中的程序集进行编译 |
| 运行库 | `lib` 和 `runtimes` 文件夹的内容,控制是否会复制这些程序集,以生成输出目录 |
| compile | `lib` 文件夹的内容,控制项目能否对文件夹中的程序集进行编译 |
| runtime | `lib` 和 `runtimes` 文件夹的内容,控制是否会复制这些程序集,以生成输出目录 |
| contentFiles | `contentfiles` 文件夹中的内容 |
| build | `build` 文件夹中的 `.props` 和 `.targets` |
| buildMultitargeting | (4.0) *文件夹中跨框架目标的* 和 `.props``.targets``buildMultitargeting` |
| buildTransitive | (5.0+) 以可传递的方式流入任意使用项目的资产的 *文件夹中的* 和 `.props``.targets``buildTransitive`。 请参阅[功能](https://github.com/NuGet/Home/wiki/Allow-package--authors-to-define-build-assets-transitive-behavior)页。 |
| analyzers | .NET 分析器 |
| 本机 | `native` 文件夹中的内容 |
| native | `native` 文件夹中的内容 |
| none | 不使用以上任何内容。 |
| all | 以上都是(除 `none` 之外) |

Expand Down