Skip to content

Commit

Permalink
Fixing typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Westendorf committed Jul 30, 2024
1 parent 6085622 commit e8404e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Templates/src/templates/maui-blazor/MauiApp.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>

<!-- To create a packaged Windows application delete the nextg line and update your launch settings. See https://aka.ms/MauiTemplateUnpackaged. -->
<!-- To create a packaged Windows application delete the next line and update your launch settings. See https://aka.ms/MauiTemplateUnpackaged. -->
<WindowsPackageType>None</WindowsPackageType>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/src/templates/maui-mobile/MauiApp.1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>

<!-- To create a packaged Windows application delete the nextg line and update your launch settings. See https://aka.ms/MauiTemplateUnpackaged. -->
<!-- To create a packaged Windows application delete the next line and update your launch settings. See https://aka.ms/MauiTemplateUnpackaged. -->
<WindowsPackageType>None</WindowsPackageType>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<UseMaui>true</UseMaui>
<!-- We do not want XAML files to be processed as .NET MAUI XAML, but rather WinUI XAML. -->
<EnableDefaultMauiItems>false</EnableDefaultMauiItems>
<!-- To create a packaged Windows application delete the nextg line and update your launch settings. See https://aka.ms/MauiTemplateUnpackaged. -->
<!-- To create a packaged Windows application delete the next line and update your launch settings. See https://aka.ms/MauiTemplateUnpackaged. -->
<WindowsPackageType>None</WindowsPackageType>
</PropertyGroup>

Expand Down

0 comments on commit e8404e2

Please sign in to comment.