Skip to content

Commit a125aae

Browse files
committed
fix #50008 by bumping precedence so the 10 template is treated as the primary when present
1 parent a23f97a commit a125aae

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)