Skip to content

Commit 5eff7f3

Browse files
[tests] update Microsoft.Intune.Maui.Essentials.android (#8495)
Context: https://www.nuget.org/packages/Microsoft.Intune.Maui.Essentials.android/10.0.0-beta2 A `MicrosoftIntune(false)` test on xamarin-android/main can fail with: /Users/runner/.nuget/packages/microsoft.intune.maui.essentials.android/10.0.0-beta/build/netstandard2.0/Microsoft.Intune.Maui.Essentials.android.targets(203,9): error : /Users/runner/work/1/s/bin/Release/dotnet/packs/Microsoft.NETCore.App.Runtime.Mono.android-x64/8.0.0-rc.2.23466.4/runtimes/android-x64/native/libSystem.Security.Cryptography.Native.Android.jar doesn't contain /Users/runner/.nuget/packages/ and the mamified library won't be placed in the correct intune directory. This is not expected. This is potentially fixed in the next release, let's try it.
1 parent c13c94d commit 5eff7f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android/KnownPackages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ public static class KnownPackages
594594
};
595595
public static Package Microsoft_Intune_Maui_Essentials_android = new Package {
596596
Id = "Microsoft.Intune.Maui.Essentials.android",
597-
Version = "10.0.0-beta",
597+
Version = "10.0.0-beta2",
598598
};
599599
}
600600
}

0 commit comments

Comments
 (0)