Skip to content

Commit 3117e06

Browse files
author
BuildTools
committed
Fix table
1 parent e94d303 commit 3117e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Consume-Packages/Package-References-in-Project-Files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ You might be using a dependency purely as a development harness and might not wa
111111
The following metadata tags control dependency assets:
112112

113113
Tag | Description | Default Value
114+
--- | --- | ---
114115
IncludeAssets | These assets will be consumed | all
115116
ExcludeAssetsTag | These assets will not be consumed | none
116117
PrivateAssets | These assets will be consumed but won't flow to the parent project | contentfiles;analyzers;build
@@ -119,6 +120,7 @@ PrivateAssets | These assets will be consumed but won't flow to the parent proje
119120
Allowable values for these tags are as follows, with multiple values separated by a semicolon except with `all` and `none` which must appear by themselves:
120121

121122
Value | Description
123+
--- | ---
122124
compile | Contents of the `lib` folder
123125
runtime | Contents of the `runtime` folder
124126
contentFiles | Contents of the `contentfiles` folder

0 commit comments

Comments
 (0)