Skip to content

Commit 62b5ef0

Browse files
committed
test
1 parent 34bd51c commit 62b5ef0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/native/managed/native-library.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
-->
88
<StripSymbols>false</StripSymbols>
99
<ControlFlowGuard>Guard</ControlFlowGuard>
10-
<UseBootstrapLayout Condition="'$(UseBootstrap)' == 'true'">true</UseBootstrapLayout>
1110
</PropertyGroup>
1211

1312
<PropertyGroup>

src/native/managed/subproject.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<SubprojectProps Include="RuntimeConfiguration" Value="$(RuntimeConfiguration)" />
66
<SubprojectProps Include="LibrariesConfiguration" Value="$(LibrariesConfiguration)" />
77
<SubprojectProps Include="RuntimeIdentifier" Value="$(TargetRid)" />
8+
<SubprojectProps Include="UseBootstrapLayout" Value="$(UseBootstrap)" />
89
</ItemGroup>
910

1011
<PropertyGroup>

0 commit comments

Comments
 (0)