From 533284090bc74c89ca59386396606f1e867d20f5 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Fri, 17 Feb 2023 15:52:57 -0600 Subject: [PATCH] [MSBuildDeviceIntegration] Fix duplicated test parameter --- tests/MSBuildDeviceIntegration/Tests/XASdkDeployTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MSBuildDeviceIntegration/Tests/XASdkDeployTests.cs b/tests/MSBuildDeviceIntegration/Tests/XASdkDeployTests.cs index 68eb6d66170..2a706f1ee58 100644 --- a/tests/MSBuildDeviceIntegration/Tests/XASdkDeployTests.cs +++ b/tests/MSBuildDeviceIntegration/Tests/XASdkDeployTests.cs @@ -43,7 +43,7 @@ public class XASdkDeployTests : DeviceTest new object[] { /* isRelease */ true, /* xamarinForms */ false, - /* targetFramework*/ "net8.0-android", + /* targetFramework*/ "net7.0-android", }, new object[] { /* isRelease */ false,