Skip to content

Commit a3b1259

Browse files
Default templates default to .NET 8 (#6878)
1 parent d9b3a66 commit a3b1259

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/v12/gateway-bcp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"replaces": "net7.0",
32-
"defaultValue": "net7.0"
32+
"defaultValue": "net8.0"
3333
}
3434
},
3535
"postActions": [

templates/v12/gateway/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"replaces": "net7.0",
32-
"defaultValue": "net7.0"
32+
"defaultValue": "net8.0"
3333
}
3434
},
3535
"postActions": [

templates/v12/server/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
],
3535
"replaces": "net6.0",
36-
"defaultValue": "net6.0"
36+
"defaultValue": "net8.0"
3737
}
3838
},
3939
"postActions": [

0 commit comments

Comments
 (0)