Skip to content

Commit 41b23b7

Browse files
julesrxAndreyAkinshin
authored andcommitted
Update default framework version to net8.0 (LTS)
1 parent 91f3f7e commit 41b23b7

File tree

3 files changed

+3
-3
lines changed
  • templates/templates
    • BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config
    • BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/.template.config
    • BenchmarkDotNet.BenchmarkProjectTemplate.VB/.template.config

3 files changed

+3
-3
lines changed

templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"cases": [
9292
{
9393
"condition": "(consoleApp == true)",
94-
"value": "net6.0"
94+
"value": "net8.0"
9595
},
9696
{
9797
"condition": "(consoleApp == false)",

templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"cases": [
9292
{
9393
"condition": "(consoleApp == true)",
94-
"value": "net6.0"
94+
"value": "net8.0"
9595
},
9696
{
9797
"condition": "(consoleApp == false)",

templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.VB/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"cases": [
9292
{
9393
"condition": "(consoleApp == true)",
94-
"value": "net6.0"
94+
"value": "net8.0"
9595
},
9696
{
9797
"condition": "(consoleApp == false)",

0 commit comments

Comments
 (0)