Skip to content

Commit 73cca23

Browse files
committed
chore: Disabling catalyst due to build issue on ci
1 parent 2ceea64 commit 73cca23

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.Mobile/GrapeCityApp.Mobile.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net8.0-ios;net8.0-android;net8.0-maccatalyst</TargetFrameworks>
3+
<TargetFrameworks>net8.0-ios;net8.0-android</TargetFrameworks>
4+
<!-- MacCatalyst disabled due to issue with CI - uncomment to add MacCatalyst tfm-->
5+
<!--<TargetFrameworks>$(TargetFrameworks);net8.0-maccatalyst</TargetFrameworks>-->
46
<TargetFrameworks Condition="'$(OverrideTargetFrameworks)'!=''">$(OverrideTargetFrameworks)</TargetFrameworks>
57
<SingleProject>true</SingleProject>
68
<OutputType>Exe</OutputType>

UI/MauiEmbedding/GrapeCityApp/GrapeCityApp/GrapeCityApp.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) or '$(EnableWindowsTargeting)' == 'true'">$(TargetFrameworks);net8.0-windows10.0.19041</TargetFrameworks>
4-
<TargetFrameworks>$(TargetFrameworks);net8.0-ios;net8.0-android;net8.0-maccatalyst</TargetFrameworks>
4+
<TargetFrameworks>$(TargetFrameworks);net8.0-ios;net8.0-android</TargetFrameworks>
5+
<!-- MacCatalyst disabled due to issue with CI - uncomment to add MacCatalyst tfm-->
6+
<!--<TargetFrameworks>$(TargetFrameworks);net8.0-maccatalyst</TargetFrameworks>-->
57
<TargetFrameworks Condition="'$(OverrideTargetFrameworks)'!=''">$(OverrideTargetFrameworks)</TargetFrameworks>
68

79
<!-- Ensures the .xr.xml files are generated in a proper layout folder -->

0 commit comments

Comments
 (0)