We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4342d5 commit 9226941Copy full SHA for 9226941
test/EndToEnd.Tests/ProjectBuildTests.cs
@@ -408,11 +408,7 @@ private static string DetectExpectedDefaultFramework(string template = "")
408
{
409
// TODO: This block need to be updated when every template updates their default tfm.
410
// Currently winforms updated their default templates target but not others.
411
- if (template.StartsWith("mstest")
412
- || template.StartsWith("winforms")
413
- || template.StartsWith("wpf")
414
- || template.StartsWith("nunit")
415
- || template.StartsWith("xunit"))
+ if (template.StartsWith("winforms") || template.StartsWith("wpf"))
416
417
return $"net9.0";
418
}
0 commit comments