Switch to 7.0 packages for the console/classlib templates

This commit is contained in:
Marc Paine 2022-01-13 13:53:36 -08:00
parent e17446126e
commit e37de9afeb
2 changed files with 1 additions and 6 deletions

View file

@ -398,8 +398,6 @@ namespace EndToEnd.Tests
// Currently winforms updated their default templates target but not others.
if (template.StartsWith("mstest")
|| template.StartsWith("mstest")
|| template.StartsWith("classlib")
|| template.StartsWith("console")
|| template.StartsWith("nunit")
|| template.StartsWith("xunit")
|| template.StartsWith("wpf"))