!trial balloon! Remove a WPF special case

- looks like WPF templates now target `net7.0` by default too
This commit is contained in:
Doug Bunting 2022-01-19 13:14:04 -08:00 committed by GitHub
parent edf7732d76
commit ff54623457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -399,8 +399,7 @@ namespace EndToEnd.Tests
if (template.StartsWith("mstest")
|| template.StartsWith("mstest")
|| template.StartsWith("nunit")
|| template.StartsWith("xunit")
|| template.StartsWith("wpf"))
|| template.StartsWith("xunit"))
{
return "net6.0";
}