Updated templates to say .net 7
This commit is contained in:
@@ -28,13 +28,13 @@
|
||||
"datatype": "choice",
|
||||
"choices": [
|
||||
{
|
||||
"displayName": ".NET 6.0",
|
||||
"description": "Target net6.0",
|
||||
"choice": "net6.0"
|
||||
"displayName": ".NET 7.0",
|
||||
"description": "Target net7.0",
|
||||
"choice": "net7.0"
|
||||
}
|
||||
],
|
||||
"defaultValue": "net6.0",
|
||||
"replaces": "net6.0"
|
||||
"defaultValue": "net7.0",
|
||||
"replaces": "net7.0"
|
||||
},
|
||||
"UmbracoVersion": {
|
||||
"displayName": "Umbraco version",
|
||||
|
||||
@@ -38,13 +38,13 @@
|
||||
"datatype": "choice",
|
||||
"choices": [
|
||||
{
|
||||
"displayName": ".NET 6.0",
|
||||
"description": "Target net6.0",
|
||||
"choice": "net6.0"
|
||||
"displayName": ".NET 7.0",
|
||||
"description": "Target net7.0",
|
||||
"choice": "net7.0"
|
||||
}
|
||||
],
|
||||
"defaultValue": "net6.0",
|
||||
"replaces": "net6.0"
|
||||
"defaultValue": "net7.0",
|
||||
"replaces": "net7.0"
|
||||
},
|
||||
"UmbracoVersion": {
|
||||
"displayName": "Umbraco version",
|
||||
|
||||
Reference in New Issue
Block a user