You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: Microsoft.Maui.Graphics.Controls.MultiTargeting.targets
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<Project>
2
-
<ItemGroupCondition="$(TargetFramework.StartsWith('Xamarin.iOS')) != true AND $(TargetFramework.StartsWith('net6.0-ios')) != true AND $(TargetFramework.StartsWith('net6.0-maccatalyst')) != true ">
2
+
<ItemGroupCondition="$(TargetFramework.StartsWith('Xamarin.iOS')) != true AND $(TargetFramework.StartsWith('net7.0-ios')) != true AND $(TargetFramework.StartsWith('net7.0-maccatalyst')) != true ">
3
3
<CompileRemove="**\**\*.iOS.cs" />
4
4
<NoneInclude="**\**\*.iOS.cs" />
5
5
<CompileRemove="**\iOS\**\*.cs" />
@@ -11,13 +11,13 @@
11
11
<CompileRemove="**\Mac\**\*.cs" />
12
12
<NoneInclude="**\Mac\**\*.cs" />
13
13
</ItemGroup>
14
-
<ItemGroupCondition="$(TargetFramework.StartsWith('Xamarin.Mac')) != true AND $(TargetFramework.StartsWith('Xamarin.iOS')) != true AND $(TargetFramework.StartsWith('net6.0-ios')) != true AND $(TargetFramework.StartsWith('net6.0-maccatalyst')) != true">
14
+
<ItemGroupCondition="$(TargetFramework.StartsWith('Xamarin.Mac')) != true AND $(TargetFramework.StartsWith('Xamarin.iOS')) != true AND $(TargetFramework.StartsWith('net7.0-ios')) != true AND $(TargetFramework.StartsWith('net6.0-maccatalyst')) != true">
15
15
<CompileRemove="**\*.MaciOS.cs" />
16
16
<NoneInclude="**\*.MaciOS.cs" />
17
17
<CompileRemove="**\MaciOS\**\*.cs" />
18
18
<NoneInclude="**\MaciOS\**\*.cs" />
19
19
</ItemGroup>
20
-
<ItemGroupCondition="$(TargetFramework.StartsWith('MonoAndroid')) != true AND $(TargetFramework.StartsWith('net6.0-android')) != true ">
20
+
<ItemGroupCondition="$(TargetFramework.StartsWith('MonoAndroid')) != true AND $(TargetFramework.StartsWith('net7.0-android')) != true ">
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<TargetFrameworksCondition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);net6.0-windows10.0.19041</TargetFrameworks>
<TargetFrameworksCondition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);net7.0-windows10.0.19041</TargetFrameworks>
0 commit comments