Skip to content

Commit a43dd59

Browse files
authored
Update sdk-style-project-properties.md
1 parent 820ca85 commit a43dd59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guides-basic/sdk-style-project-properties.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ As part of the build, if no .dna file is present in the project, the required .d
137137
<!-- Default value: false -->
138138
<ExcelAddInIncludePdb></ExcelAddInIncludePdb>
139139

140+
<!-- Control whether the add-in's assemblies are loaded directly from byte arrays under .NET Framework. -->
141+
<!-- Default value: true -->
142+
<ExcelAddInLoadFromBytes></ExcelAddInLoadFromBytes>
143+
140144
<!-- Enable/disable collectible AssemblyLoadContext for .NET 6. -->
141145
<!-- Default value: false -->
142146
<ExcelAddInDisableAssemblyContextUnload></ExcelAddInDisableAssemblyContextUnload>

0 commit comments

Comments
 (0)