We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd121e commit 7b5918cCopy full SHA for 7b5918c
1 file changed
build.cake
@@ -62,6 +62,7 @@ Task("Test")
62
project.ToString(),
63
new DotNetTestSettings()
64
{
65
+ Framework = "net8.0",
66
Blame = true,
67
Collectors = new string[] { "Code Coverage", "XPlat Code Coverage" },
68
Configuration = configuration,
0 commit comments