Skip to content

Commit ba38f1a

Browse files
authored
fix #50008 by bumping precedence so the 10 template is treated as the primary (#50154)
2 parents 230fa2a + a125aae commit ba38f1a

File tree

1 file changed

+1
-1
lines changed
  • template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/.template.config

1 file changed

+1
-1
lines changed

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"generatorVersions": "[1.0.0.0-*)",
99
"description": "Create an empty solution containing no projects",
1010
"groupIdentity": "ItemSolution",
11-
"precedence": "100",
11+
"precedence": "101",
1212
"identity": "Microsoft.Standard.QuickStarts.Solution",
1313
"shortName": [
1414
"sln",

0 commit comments

Comments
 (0)