Skip to content

Commit 9b0545d

Browse files
committed
fix: Template use latest dotnet version
1 parent 7678768 commit 9b0545d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

src/bunit.template/template/.template.config/template.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,18 @@
8282
"description": "The target framework sdk for the project.",
8383
"displayName": "Target framework sdk",
8484
"datatype": "choice",
85-
"defaultValue": "net7.0",
85+
"defaultValue": "net8.0",
8686
"replaces": "targetSdk",
8787
"choices": [
88-
{
89-
"choice": "net6.0",
90-
"description": ".net 6.0",
91-
"displayName": ".net 6.0"
92-
},
93-
{
94-
"choice": "net7.0",
95-
"description": ".net 7.0",
96-
"displayName": ".net 7.0"
97-
},
9888
{
9989
"choice": "net8.0",
10090
"description": ".net 8.0",
10191
"displayName": ".net 8.0"
92+
},
93+
{
94+
"choice": "net9.0",
95+
"description": ".net 9.0",
96+
"displayName": ".net 9.0"
10297
}
10398
]
10499
}

0 commit comments

Comments
 (0)