Skip to content

Commit d6e6d70

Browse files
committed
This causes too many problems, alas
1 parent cef5e1f commit d6e6d70

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android/XamarinAndroidApplicationProject.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ public XamarinAndroidApplicationProject (string debugConfigurationName = "Debug"
7171
Sources.Add (new BuildItem.Source (() => "MainActivity" + Language.DefaultExtension) { TextContent = () => ProcessSourceTemplate (MainActivity ?? DefaultMainActivity) });
7272

7373
if (TargetRuntimeHelper.UseCoreCLR) {
74-
// This is a quick hack to get all the tests executing in the CoreCLR context to work only for the, currently limited,
75-
// subset of ABIs supported by CoreCLR without having to modify each test individually. Eventually it shouldn't be necessary.
76-
this.SetRuntimeIdentifiers (TargetRuntimeHelper.CoreClrSupportedAbis);
77-
7874
// NuGet feed needed as Microsoft.Android.Runtime.CoreCLR packs not installed in workload by default
7975
AddOrRemoveLocalNugetFeedPath (add: true);
8076
}

0 commit comments

Comments
 (0)