Skip to content

Commit af5211a

Browse files
authored
Add .NET 8 target option to graphql template (#6859)
1 parent acffe7b commit af5211a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/v12/server/.template.config/template.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
{
2727
"choice": "net7.0",
2828
"description": "Target .NET 7"
29+
},
30+
{
31+
"choice": "net8.0",
32+
"description": "Target .NET 8"
2933
}
3034
],
3135
"replaces": "net6.0",

0 commit comments

Comments
 (0)