Skip to content

Commit b97bf60

Browse files
authored
Fix change runtime target to Core50 (#1690)
Necessary, since Core30 is not a build target for samples anymore
1 parent becc139 commit b97bf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/BenchmarkDotNet.Samples/IntroEventPipeProfilerAdvanced.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private class CustomConfig : ManualConfig
1717
{
1818
public CustomConfig()
1919
{
20-
AddJob(Job.ShortRun.WithRuntime(CoreRuntime.Core30));
20+
AddJob(Job.ShortRun.WithRuntime(CoreRuntime.Core50));
2121

2222
var providers = new[]
2323
{

0 commit comments

Comments
 (0)