diff --git a/Templates/CSharp/UWP/ProjectTemplates/CSharp/Windows UAP/UnitTestApp.xaml b/Templates/CSharp/UWP/ProjectTemplates/CSharp/Windows UAP/UnitTestApp.xaml index 7eb33d23de..95c703a9d5 100644 --- a/Templates/CSharp/UWP/ProjectTemplates/CSharp/Windows UAP/UnitTestApp.xaml +++ b/Templates/CSharp/UWP/ProjectTemplates/CSharp/Windows UAP/UnitTestApp.xaml @@ -2,7 +2,6 @@ x:Class="$safeprojectname$.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:local="using:$safeprojectname$" - RequestedTheme="Light"> + xmlns:local="using:$safeprojectname$"> diff --git a/Templates/VisualBasic/UWP/ProjectTemplates/VisualBasic/Windows UAP/UnitTestApp.xaml b/Templates/VisualBasic/UWP/ProjectTemplates/VisualBasic/Windows UAP/UnitTestApp.xaml index 7eb33d23de..95c703a9d5 100644 --- a/Templates/VisualBasic/UWP/ProjectTemplates/VisualBasic/Windows UAP/UnitTestApp.xaml +++ b/Templates/VisualBasic/UWP/ProjectTemplates/VisualBasic/Windows UAP/UnitTestApp.xaml @@ -2,7 +2,6 @@ x:Class="$safeprojectname$.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:local="using:$safeprojectname$" - RequestedTheme="Light"> + xmlns:local="using:$safeprojectname$">