Bump to net7.0 in ApplePlatform.ToFramework.

This commit is contained in:
Rolf Bjarne Kvinge 2022-03-31 09:09:24 +02:00
Родитель 6391642a40
Коммит 39b2c715d4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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";