Skip to content

Commit

Permalink
Merge pull request #66 from unoplatform/dev/xygu/20190930/wmc0001-unk…
Browse files Browse the repository at this point in the history
…nown-type-in-clr-namespace

fixed xamlns `clr-namespace: ...` not working on uwp
  • Loading branch information
XiaotianNetlift authored Oct 1, 2019
2 parents 21cab7f + 3c9435c commit d32d053
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:common="using:Microsoft.Toolkit.Uwp.SampleApp.Common"
xmlns:core="using:Microsoft.Xaml.Interactions.Core"
xmlns:models="using:Microsoft.Toolkit.Uwp.SampleApp.Models"
xmlns:triggers="clr-namespace:Microsoft.Toolkit.Uwp.SampleApp.Shared.Triggers"
xmlns:triggers="using:Microsoft.Toolkit.Uwp.SampleApp.Shared.Triggers"
mc:Ignorable="d xamarin">

<Grid>
Expand Down

0 comments on commit d32d053

Please sign in to comment.