Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 6, 2024
1 parent 4236951 commit f185948
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 next line and update your launch settings. See https://aka.ms/MauiTemplateUnpackaged. -->
<!-- To develop, package, and publish an app to the Microsoft Store, see https://aka.ms/MauiTemplateUnpackaged. -->
<WindowsPackageType>None</WindowsPackageType>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</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 next line and update your launch settings. See https://aka.ms/MauiTemplateUnpackaged. -->
<!-- To develop, package, and publish an app to the Microsoft Store, see https://aka.ms/MauiTemplateUnpackaged. -->
<WindowsPackageType>None</WindowsPackageType>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.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 next line and update your launch settings. See https://aka.ms/MauiTemplateUnpackaged. -->
<!-- To develop, package, and publish an app to the Microsoft Store, see https://aka.ms/MauiTemplateUnpackaged. -->
<WindowsPackageType>None</WindowsPackageType>
</PropertyGroup>

Expand Down

0 comments on commit f185948

Please sign in to comment.