From 1ed576da2e63a245175538343bcdecfdad7cf66a Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 18 Nov 2024 18:21:52 +0100 Subject: [PATCH] Bump mlaunch. New commits: * https://github.com/xamarin/maccore/commits/fb16d52d12 [mlaunch] The 'ecid' property is an unsigned long, not a signed long. Fixes #xamarin/xamarin-macios@21639. * https://github.com/xamarin/maccore/commits/91c0e64e0f [mlaunch] Fix listing devices. Diff: https://github.com/xamarin/maccore/compare/fcd7847f0059f4d8392e342d917a23c070f0b97d..fb16d52d12bc2e13b6f39d7d589115fa641f99df --- mk/xamarin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/xamarin.mk b/mk/xamarin.mk index da71565a4deb..3549c370a089 100644 --- a/mk/xamarin.mk +++ b/mk/xamarin.mk @@ -18,7 +18,7 @@ endif # Available versions can be seen here: # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.Tools.Mlaunch/versions -MLAUNCH_NUGET_VERSION=1.0.264 +MLAUNCH_NUGET_VERSION=1.0.266 define CheckVersionTemplate check-$(1)::