diff --git a/tools/common/ApplePlatform.cs b/tools/common/ApplePlatform.cs index 139953a629..e6e525588f 100644 --- a/tools/common/ApplePlatform.cs +++ b/tools/common/ApplePlatform.cs @@ -37,7 +37,7 @@ namespace Xamarin.Utils public static string ToFramework (this ApplePlatform @this) { - var netVersion = "net6.0"; + var netVersion = "net7.0"; switch (@this) { case ApplePlatform.iOS: return netVersion + "-ios";