Skip to content

Commit

Permalink
Add .NET 8 target option to graphql template (#6859)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Jan 29, 2024
1 parent acffe7b commit af5211a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/v12/server/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
{
"choice": "net7.0",
"description": "Target .NET 7"
},
{
"choice": "net8.0",
"description": "Target .NET 8"
}
],
"replaces": "net6.0",
Expand Down

0 comments on commit af5211a

Please sign in to comment.