From 38f284ce56652b6cf7399b7a10481aa9f08b0fc9 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 28 Mar 2023 21:59:06 -0500 Subject: [PATCH] Update InstallAndRunTests.cs --- tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs b/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs index a58637613c1..4538e8064a5 100644 --- a/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs +++ b/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs @@ -1030,7 +1030,7 @@ public void MicrosoftIntune ([Values (false, true)] bool isRelease) Assert.Ignore ("Test is only valid in .NET 7+"); proj = new XamarinAndroidApplicationProject { IsRelease = isRelease, - Packages = { + PackageReferences = { KnownPackages.AndroidXAppCompat, KnownPackages.Microsoft_Intune_Maui_Essentials_android, },