Skip to content

Commit

Permalink
fix: Typo in prism template initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed May 26, 2021
1 parent 0a39f2e commit 2b1bb95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build/run-template-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ dotnet new unoapp-uitest -o UnoUITests01
& $msbuild $debug UnoUITests01\UnoUITests01.csproj
Assert-ExitCodeIsZero

# Prism template test
dotnet new unoapp-prism -o UnoUIPrism01
& $msbuild $debug UnoUIPrism01\UnoUIPrism01.sln
Assert-ExitCodeIsZero

# XF - Default
7z x build\assets\xfapp-uwp-4.8.0.1451.zip -oXFApp

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:prismMvvm="using:Prism.Mvvm"
xmlns:prismRegions="using:Prism.Regions"
prismMvvm:ViewModelLocator.AutoWireViewModel="True"
prismMvvm:ViewModelLocator.AutowireViewModel="True"
mc:Ignorable="d">

<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
Expand Down

0 comments on commit 2b1bb95

Please sign in to comment.