Skip to content

Commit 53a4628

Browse files
committed
Remove iOS and MacCatalyst from target frameworks
The project now only targets net9.0-android by default. iOS and MacCatalyst have been removed from the TargetFrameworks list, possibly to simplify builds or due to platform-specific requirements.
1 parent 2db82cd commit 53a4628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extensions.Hosting.Maui.Example/Extensions.Hosting.Maui.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<IsPackable>false</IsPackable>
5-
<TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
5+
<TargetFrameworks>net9.0-android;</TargetFrameworks>
66
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
77

88
<!-- Note for MacCatalyst:

0 commit comments

Comments
 (0)