From 6866cfe44dd21d03b43d2d10761d0f0309772c07 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Mon, 19 Sep 2022 12:05:12 -0700 Subject: [PATCH] Winforms now have 8.0 templates flowing with this PR --- test/EndToEnd/ProjectBuildTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 3b17c9f61..62fcb8940 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -402,7 +402,6 @@ namespace EndToEnd.Tests || template.StartsWith("xunit") || template.StartsWith("xunit") || template.StartsWith("wpf") - || template.StartsWith("winforms") || template.StartsWith("mvc") || template.StartsWith("web") || template.StartsWith("worker")