Skip to content

Commit d392da1

Browse files
LoopedBard3Copilot
andauthored
Update EF Core benchmark framework target to net11.0 (#2155)
The EF Core repo (dotnet/efcore main branch) has moved its projects to target net11.0, but the benchmark scenario was still forcing net10.0. This caused NETSDK1045 errors on the build agent since the .NET 10 SDK cannot compile net11.0 projects. Co-authored-by: Copilot <[email protected]>
1 parent c28f22b commit d392da1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scenarios/efcore.benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
jobType: short
1313
arguments: --job {{jobType}} --filter {{filter}} --memory
1414
# force .NET version as the project currently uses a variable
15-
framework: net10.0
15+
framework: net11.0
1616
options:
1717
benchmarkDotNet: true
1818

0 commit comments

Comments
 (0)