!trial balloon! Remove a WPF special case
- looks like WPF templates now target `net7.0` by default too
This commit is contained in:
parent
edf7732d76
commit
ff54623457
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue