Skip to content

Commit b7d8a71

Browse files
Marcpe/release build issues (#3324)
* fix for release build issues * fix for the release build issue * remove redundant fix Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
1 parent b096e6e commit b7d8a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Properties/Default.rd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
<!-- Add your application specific runtime directives here. -->
28-
28+
<Type Name="Windows.UI.Xaml.Controls.Border" Dynamic="Required Public" />
2929

3030
</Application>
3131
</Directives>

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TokenizingTextBox/TokenizingTextBoxXaml.bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</controls:TokenizingTextBox.TokenItemTemplate>
6767
</controls:TokenizingTextBox>
6868

69-
<Border BorderThickness="1" BorderBrush="Black" HorizontalAlignment="Stretch">
69+
<Border BorderThickness="1" BorderBrush="Black">
7070
<ListView x:Name="EmailList" Height="200" IsItemClickEnabled="True">
7171
<ListView.ItemTemplate>
7272
<DataTemplate>

0 commit comments

Comments
 (0)