We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f7ce7 commit 80f90c7Copy full SHA for 80f90c7
tests/MSBuildDeviceIntegration/Tests/DebuggingTest.cs
@@ -430,6 +430,10 @@ public Foo ()
430
lib.TargetFramework = "net7.0-android";
431
app.TargetFramework = "net7.0-android";
432
}
433
+
434
+ if (app.TargetFramework == "net7.0-android")
435
+ app.TargetSdkVersion = "33";
436
437
app.SetProperty ("AndroidPackageFormat", packageFormat);
438
app.MainPage = app.MainPage.Replace ("InitializeComponent ();", "InitializeComponent (); new Foo ();");
439
app.AddReference (lib);
0 commit comments