!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")
|
if (template.StartsWith("mstest")
|
||||||
|| template.StartsWith("mstest")
|
|| template.StartsWith("mstest")
|
||||||
|| template.StartsWith("nunit")
|
|| template.StartsWith("nunit")
|
||||||
|| template.StartsWith("xunit")
|
|| template.StartsWith("xunit"))
|
||||||
|| template.StartsWith("wpf"))
|
|
||||||
{
|
{
|
||||||
return "net6.0";
|
return "net6.0";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue