Don't return net 7.0 for wpf tests anymore

This commit is contained in:
Noah Gilson 2022-10-10 10:00:17 -07:00
parent 89bae09aab
commit 5eb787b2b1

View file

@ -401,7 +401,6 @@ namespace EndToEnd.Tests
|| template.StartsWith("nunit") || template.StartsWith("nunit")
|| template.StartsWith("xunit") || template.StartsWith("xunit")
|| template.StartsWith("xunit") || template.StartsWith("xunit")
|| template.StartsWith("wpf")
|| template.StartsWith("mvc") || template.StartsWith("mvc")
|| template.StartsWith("web") || template.StartsWith("web")
|| template.StartsWith("worker") || template.StartsWith("worker")