From 5eb787b2b1acebc8b2881ceba5e5bc500070caab Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Mon, 10 Oct 2022 10:00:17 -0700 Subject: [PATCH] Don't return net 7.0 for wpf tests anymore --- test/EndToEnd/ProjectBuildTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 62fcb8940..17d108a7c 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -401,7 +401,6 @@ namespace EndToEnd.Tests || template.StartsWith("nunit") || template.StartsWith("xunit") || template.StartsWith("xunit") - || template.StartsWith("wpf") || template.StartsWith("mvc") || template.StartsWith("web") || template.StartsWith("worker")