Updated template to .net8

This commit is contained in:
Bjarke Berg
2023-08-02 09:46:14 +02:00
parent 8797e93f2e
commit 41625e3ad2

View File

@@ -29,13 +29,13 @@
"datatype": "choice",
"choices": [
{
"displayName": ".NET 7.0",
"description": "Target net7.0",
"choice": "net7.0"
"displayName": ".NET 8.0",
"description": "Target net8.0",
"choice": "net8.0"
}
],
"defaultValue": "net7.0",
"replaces": "net7.0"
"defaultValue": "net8.0",
"replaces": "net8.0"
},
"UmbracoVersion": {
"displayName": "Umbraco version",