Skip to content

Commit 3a5d802

Browse files
committed
fix: upgrade template example
1 parent b82bc63 commit 3a5d802

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/bunit.template/template/.template.config/dotnetcli.host.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}
1515
},
1616
"usageExamples": [
17-
"--framework xunit --sdk net7.0",
18-
"--framework nunit --sdk net7.0",
19-
"--framework mstest --sdk net7.0"
17+
"--framework xunit --sdk net8.0",
18+
"--framework nunit --sdk net8.0",
19+
"--framework mstest --sdk net8.0"
2020
]
2121
}

0 commit comments

Comments
 (0)