Enable 9.0 SDK templates

This commit is contained in:
Marc Paine 2023-11-01 13:53:02 -07:00
parent 34f8e50d91
commit 8022c5e9e8
2 changed files with 1 additions and 3 deletions

View file

@ -440,8 +440,6 @@ namespace EndToEnd.Tests
// TODO: This block need to be updated when every template updates their default tfm.
// Currently winforms updated their default templates target but not others.
if (template.StartsWith("mstest")
|| template.StartsWith("classlib")
|| template.StartsWith("console")
|| template.StartsWith("nunit")
|| template.StartsWith("xunit"))
{