Skip to content

Commit 602c5fe

Browse files
[build] Update InTestsCoreTask description
1 parent 42c32f0 commit 602c5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/BenchmarkDotNet.Build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public class InTestsFullTask : FrostingTask<BuildContext>, IHelpProvider
113113
}
114114

115115
[TaskName(Name)]
116-
[TaskDescription("Run integration tests using .NET 7 (slow)")]
116+
[TaskDescription("Run integration tests using .NET 8 (slow)")]
117117
[IsDependentOn(typeof(BuildTask))]
118118
public class InTestsCoreTask : FrostingTask<BuildContext>, IHelpProvider
119119
{

0 commit comments

Comments
 (0)