Skip to content

Commit 38f284c

Browse files
Update InstallAndRunTests.cs
1 parent 5be0b1f commit 38f284c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ public void MicrosoftIntune ([Values (false, true)] bool isRelease)
10301030
Assert.Ignore ("Test is only valid in .NET 7+");
10311031
proj = new XamarinAndroidApplicationProject {
10321032
IsRelease = isRelease,
1033-
Packages = {
1033+
PackageReferences = {
10341034
KnownPackages.AndroidXAppCompat,
10351035
KnownPackages.Microsoft_Intune_Maui_Essentials_android,
10361036
},

0 commit comments

Comments
 (0)