Skip to content

Commit cb3447f

Browse files
chore: update template framework dropdown
1 parent 2fb3b94 commit cb3447f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/BlazorDesktop.Templates/content/BlazorDesktop-CSharp/.template.config

src/BlazorDesktop.Templates/content/BlazorDesktop-CSharp/.template.config/template.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
"datatype": "choice",
7474
"choices": [
7575
{
76-
"choice": "net8.0",
77-
"description": "Target net8.0"
76+
"choice": "net9.0",
77+
"description": "Target net9.0"
7878
}
7979
],
80-
"replaces": "net8.0",
81-
"defaultValue": "net8.0"
80+
"replaces": "net9.0",
81+
"defaultValue": "net9.0"
8282
},
8383
"HostIdentifier": {
8484
"type": "bind",

0 commit comments

Comments
 (0)