Skip to content

Commit

Permalink
Update InstallAndRunTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Mar 29, 2023
1 parent 5be0b1f commit 38f284c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 38f284c

Please sign in to comment.